Home
last modified time | relevance | path

Searched refs:isScope (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DScope.cpp71 if (!outerType->isScope()) { in lookupType()
87 bool Scope::isScope() const { in isScope() function in android::Scope
DScope.h49 bool isScope() const override;
DAST.cpp193 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()
DType.h53 virtual bool isScope() const;
Dhidl-gen_y.yy644 CHECK($2->isScope());
989 CHECK($2->isScope());
DType.cpp35 bool Type::isScope() const { in isScope() function in android::Type