Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.h54 bool isScope() const override;
DScope.cpp89 if (!outerType->isScope()) { in lookupType()
105 bool Scope::isScope() const { in isScope() function in android::Scope
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.cpp115 if (type.isScope()) { in emitFileHeader()
Dmain.cpp163 if (namedType.isScope()) { in getSubTypes()