HomeSort by relevance Sort by last modified time
    Searched refs:Parm1 (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
AttributeList.h 254 IdentifierLoc *Parm1,
264 Args.push_back(Parm1);
  /external/clang/lib/AST/
ASTImporter.cpp 660 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1);
662 if (Parm1->getDepth() != Parm2->getDepth())
664 if (Parm1->getIndex() != Parm2->getIndex())
666 if (Parm1->isParameterPack() != Parm2->isParameterPack())
    [all...]

Completed in 488 milliseconds