Searched refs:addScopedTypeInternal (Results 1 – 2 of 2) sorted by relevance
/system/tools/hidl/ |
D | AST.cpp | 183 return addScopedTypeInternal(new TypeDef(localName, location, scope, type), errorMsg, scope); in addTypeDef() 187 return addScopedTypeInternal(type, errorMsg, scope); in addScopedType() 190 bool AST::addScopedTypeInternal(NamedType* type, std::string* errorMsg, Scope* scope) { in addScopedTypeInternal() function in android::AST
|
D | AST.h | 150 bool addScopedTypeInternal(NamedType* type, std::string* errorMsg, Scope* scope);
|