Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h257 IdentifierLoc *Parm2, in AttributeList() argument
267 Args.push_back(Parm2); in AttributeList()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp704 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2); 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()