Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
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()
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()
DInclude.h34 const std::string decType() const override { return type(); } in decType() function
DTypeDef.h33 const std::string decType() const override { return type(); } in decType() function
DNote.h38 const std::string decType() const override { return type(); } in decType() function
DEnumVarDeclaration.h36 const std::string decType() const override { return type(); } in decType() function
DVarDeclaration.h34 const std::string decType() const override { return type(); } in decType() function
DDefine.h34 const std::string decType() const override { return type(); } in decType() function
DFunctionDeclaration.h40 const std::string decType() const override { return type(); } in decType() function
DDeclaration.h48 virtual const std::string decType() const = 0;
DCompositeDeclaration.h38 const std::string decType() const override { return type(); } in decType() function
DFunctionDeclaration.cpp77 (*mParams)[0]->decType() == VarDeclaration::type()) { in processContents()