Searched refs:isScope (Results 1 – 8 of 8) sorted by relevance
54 bool isScope() const override;
89 if (!outerType->isScope()) { in lookupType()105 bool Scope::isScope() const { in isScope() function in android::Scope
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());
115 if (type.isScope()) { in emitFileHeader()
163 if (namedType.isScope()) { in getSubTypes()