Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h254 IdentifierLoc *Parm1, in AttributeList() argument
264 Args.push_back(Parm1); in AttributeList()
/external/clang/lib/AST/
DASTImporter.cpp703 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1); in IsStructurallyEquivalent() local
705 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()
707 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()
709 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()