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

/external/clang/lib/AST/
H A DASTImporter.cpp639 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2); local
640 if (Parm1->getDepth() != Parm2->getDepth())
642 if (Parm1->getIndex() != Parm2->getIndex())
644 if (Parm1->isParameterPack() != Parm2->isParameterPack())

Completed in 57 milliseconds