Home
last modified time | relevance | path

Searched refs:decType (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/tools/hidl/c2hal/
H A DAST.cpp91 if(declarations->at(i)->decType() == VarDeclaration::type()) { in setDeclarations()
143 if ((*it)->decType() == CompositeDeclaration::type() in isolateInterfaces()
162 if ((*it)->decType() == FunctionDeclaration::type()) { in isolateGlobalInterface()
189 if ((*it)->decType() == Include::type()) { in isolateIncludes()
204 if ((*it)->decType() == Define::type() && in isolateConstants()
H A DCompositeDeclaration.cpp119 if((*it)->decType() != FunctionDeclaration::type()) { in processContents()
121 if((*it)->decType() == VarDeclaration::type()) { in processContents()
160 if (declaration->decType() == FunctionDeclaration::type()) { in isInterface()
H A DInclude.h34 const std::string decType() const override { return type(); } in decType() function
H A DTypeDef.h33 const std::string decType() const override { return type(); } in decType() function
H A DNote.h38 const std::string decType() const override { return type(); } in decType() function
H A DEnumVarDeclaration.h36 const std::string decType() const override { return type(); } in decType() function
H A DVarDeclaration.h34 const std::string decType() const override { return type(); } in decType() function
H A DDefine.h34 const std::string decType() const override { return type(); } in decType() function
H A DFunctionDeclaration.h40 const std::string decType() const override { return type(); } in decType() function
H A DDeclaration.h48 virtual const std::string decType() const = 0;
H A DCompositeDeclaration.h38 const std::string decType() const override { return type(); } in decType() function
H A DFunctionDeclaration.cpp77 (*mParams)[0]->decType() == VarDeclaration::type()) { in processContents()