Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h255 IdentifierLoc *Parm2, in AttributeList() argument
265 Args.push_back(Parm2); in AttributeList()
/external/clang/lib/AST/
DASTImporter.cpp659 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2); in IsStructurallyEquivalent() local
660 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()
662 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()
664 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()