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

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

Completed in 325 milliseconds