Searched refs:decType (Results 1 – 12 of 12) sorted by relevance
119 if((*it)->decType() != FunctionDeclaration::type()) { in processContents()121 if((*it)->decType() == VarDeclaration::type()) { in processContents()160 if (declaration->decType() == FunctionDeclaration::type()) { in isInterface()
91 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()
34 const std::string decType() const override { return type(); } in decType() function
33 const std::string decType() const override { return type(); } in decType() function
38 const std::string decType() const override { return type(); } in decType() function
36 const std::string decType() const override { return type(); } in decType() function
40 const std::string decType() const override { return type(); } in decType() function
48 virtual const std::string decType() const = 0;
77 (*mParams)[0]->decType() == VarDeclaration::type()) { in processContents()