Searched defs:Parm2 (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h278 IdentifierLoc *Parm2,
288 Args[1] = Parm2;
275 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3, Syntax syntaxUsed) argument
/external/clang/lib/AST/
H A DASTImporter.cpp759 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2); local
760 if (Parm1->getDepth() != Parm2->getDepth())
762 if (Parm1->getIndex() != Parm2->getIndex())
764 if (Parm1->isParameterPack() != Parm2->isParameterPack())

Completed in 105 milliseconds