Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h278 IdentifierLoc *Parm2, in AttributeList() argument
288 Args[1] = Parm2; in AttributeList()
/external/clang/lib/AST/
DASTImporter.cpp759 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2); in IsStructurallyEquivalent() local
760 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()
762 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()
764 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()