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

/external/clang/include/clang/Sema/
H A DAttributeList.h254 IdentifierLoc *Parm1,
264 Args.push_back(Parm1);
252 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.cpp658 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1); local
660 if (Parm1->getDepth() != Parm2->getDepth())
662 if (Parm1->getIndex() != Parm2->getIndex())
664 if (Parm1->isParameterPack() != Parm2->isParameterPack())

Completed in 435 milliseconds