Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp183 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
DAST.h150 bool addScopedTypeInternal(NamedType* type, std::string* errorMsg, Scope* scope);