Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.h68 LocalIdentifier* lookupLocalIdentifier(const Reference<LocalIdentifier>& ref, Scope* scope);
DAST.cpp248 LocalIdentifier* iden = lookupLocalIdentifier(*nextRef, scope); in lookupConstantExpressions()
482 LocalIdentifier* AST::lookupLocalIdentifier(const Reference<LocalIdentifier>& ref, Scope* scope) { in lookupLocalIdentifier() function in android::AST