Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h277 IdentifierLoc *Parm1, in AttributeList() argument
287 Args[0] = Parm1; in AttributeList()
/external/clang/lib/AST/
DASTImporter.cpp758 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1); 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()