Home
last modified time | relevance | path

Searched refs:lookupTypeLocally (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DAST.h286 Type* lookupTypeLocally(const FQName& fqName, const Scope* scope);
DAST.cpp585 returnedType = lookupTypeLocally(fqName, scope); in lookupType()
603 Type* AST::lookupTypeLocally(const FQName& fqName, const Scope* scope) { in lookupTypeLocally() function in android::AST