Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h278 IdentifierLoc *Parm2, in AttributeList() argument
288 Args[1] = Parm2; in AttributeList()
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1010 const auto *Parm2 = cast<TemplateTypeParmType>(T2); in IsStructurallyEquivalent() local
1011 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()
1013 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()
1015 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h321 IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3, in ParsedAttr() argument
331 Args[1] = Parm2; in ParsedAttr()
/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()