Home
last modified time | relevance | path

Searched refs:lookupType (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DScope.cpp53 NamedType *Scope::lookupType(const FQName &fqName) const { in lookupType() function in android::Scope
79 return outerScope->lookupType(innerName); in lookupType()
DAST.cpp252 Type *type = lookupType(enumTypeName); in lookupEnumValue()
271 Type *AST::lookupType(const FQName &fqName) { in lookupType() function in android::AST
308 Type *type = mScopePath[i]->lookupType(fqName); in lookupTypeLocally()
334 Type *fromImport = lookupType(autofilled); in lookupAutofilledType()
DScope.h41 NamedType *lookupType(const FQName &fqName) const;
DAST.h76 Type *lookupType(const FQName &fqName);
Dhidl-gen_y.yy453 $$ = ast->lookupType(*($1));
601 parent = ast->lookupType(gIBaseFqName);
1017 $$ = ast->lookupType(gIBaseFqName);