Searched refs:lookupTypeLocally (Results 1 – 2 of 2) sorted by relevance
286 Type* lookupTypeLocally(const FQName& fqName, const Scope* scope);
585 returnedType = lookupTypeLocally(fqName, scope); in lookupType()603 Type* AST::lookupTypeLocally(const FQName& fqName, const Scope* scope) { in lookupTypeLocally() function in android::AST