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

  /external/clang/lib/AST/
Comment.cpp 333 const TemplateParameterList *TPL = FC->getDeclInfo()->TemplateParameters;
336 return TPL->getParam(getIndex(i))->getName();
337 const NamedDecl *Param = TPL->getParam(getIndex(i));
340 TPL = TTP->getTemplateParameters();
MicrosoftMangle.cpp     [all...]

Completed in 45 milliseconds