Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1043 const auto *Parm2 = cast<TemplateTypeParmType>(T2); in IsStructurallyEquivalent() local
1044 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()
1046 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()
1048 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h358 IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3, in ParsedAttr() argument
368 Args[1] = Parm2; in ParsedAttr()