Searched refs:isScope (Results 1 – 6 of 6) sorted by relevance
71 if (!outerType->isScope()) { in lookupType()87 bool Scope::isScope() const { in isScope() function in android::Scope
49 bool isScope() const override;
193 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupTypes()240 Scope* scope = type->isScope() ? static_cast<Scope*>(type) : type->parent(); in lookupConstantExpressions()281 if (type->isScope()) { in validateDefinedTypesUniqueNames()324 if (type->isScope()) { in topologicalReorder()
53 virtual bool isScope() const;
644 CHECK($2->isScope());989 CHECK($2->isScope());
35 bool Type::isScope() const { in isScope() function in android::Type