Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.cpp73 if (!outerType->isScope()) { in lookupType()
89 bool Scope::isScope() const { in isScope() function in android::Scope
DScope.h51 bool isScope() const override;
DAST.cpp206 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()
DType.h53 virtual bool isScope() const;
DType.cpp37 bool Type::isScope() const { in isScope() function in android::Type
Dhidl-gen_y.yy648 CHECK($2->isScope());
1003 CHECK($2->isScope());
/system/tools/hidl/hidl2aidl/
DAidlHelper.cpp98 if (type.isScope()) { in emitFileHeader()