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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp778 const auto *Parm1 = cast<TemplateTypeParmType>(T1); local
780 if (Parm1->getDepth() != Parm2->getDepth())
782 if (Parm1->getIndex() != Parm2->getIndex())
784 if (Parm1->isParameterPack() != Parm2->isParameterPack())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h238 IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3,
247 Args[0] = Parm1;
236 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3, Syntax syntaxUsed) argument

Completed in 161 milliseconds