Searched defs:localName (Results 1 – 7 of 7) sorted by relevance
/system/tools/hidl/ |
D | NamedType.cpp | 21 NamedType::NamedType(const char* localName, const Location& loc, Scope* parent) in NamedType() 36 std::string NamedType::localName() const { in localName() function in android::NamedType
|
D | Scope.cpp | 27 Scope::Scope(const char* localName, const Location& location, Scope* parent) in Scope() 32 const std::string &localName = type->localName(); in addType() local 188 RootScope::RootScope(const char* localName, const Location& location, Scope* parent) in RootScope()
|
D | TypeDef.cpp | 24 TypeDef::TypeDef(const char* localName, const Location& location, Scope* parent, Type* type) in TypeDef()
|
D | AST.cpp | 178 bool AST::addTypeDef(const char* localName, Type* type, const Location& location, in addTypeDef()
|
D | CompoundType.cpp | 26 CompoundType::CompoundType(Style style, const char* localName, const Location& location, in CompoundType()
|
D | EnumType.cpp | 28 EnumType::EnumType(const char* localName, const Location& location, Type* storageType, in EnumType()
|
D | Interface.cpp | 70 Interface::Interface(const char* localName, const Location& location, Scope* parent, in Interface()
|