Searched refs:lookupIdentifier (Results 1 - 6 of 6) sorted by relevance

/system/tools/hidl/
H A DScope.h42 virtual LocalIdentifier *lookupIdentifier(const std::string &name) const;
H A DScope.cpp80 LocalIdentifier *Scope::lookupIdentifier(const std::string & /*name*/) const { function in class:android::Scope
H A DEnumType.h38 LocalIdentifier *lookupIdentifier(const std::string &name) const override;
H A DAST.cpp230 EnumValue *v = static_cast<EnumValue *>(enumType->lookupIdentifier(enumValueName));
H A DEnumType.cpp106 LocalIdentifier *EnumType::lookupIdentifier(const std::string &name) const { function in class:android::EnumType
H A Dhidl-gen_y.yy722 LocalIdentifier *iden = (*scope)->lookupIdentifier(identifier);

Completed in 256 milliseconds