Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1195 const auto *Parm1 = cast<TemplateTypeParmType>(T1); in IsStructurallyEquivalent() local
1198 Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()
1200 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()
1202 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h257 IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3, in ParsedAttr() argument
265 Args[0] = Parm1; in ParsedAttr()