Searched refs:isScope (Results 1 – 7 of 7) sorted by relevance
73 if (!outerType->isScope()) { in lookupType()89 bool Scope::isScope() const { in isScope() function in android::Scope
51 bool isScope() const override;
206 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupTypes()254 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupConstantExpressions()295 if (type->isScope()) { in validateDefinedTypesUniqueNames()338 if (type->isScope()) { in topologicalReorder()
53 virtual bool isScope() const;
37 bool Type::isScope() const { in isScope() function in android::Type
648 CHECK($2->isScope());1003 CHECK($2->isScope());
98 if (type.isScope()) { in emitFileHeader()