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

  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 291 NonTypeTemplateParmDecl *NTTP,
296 assert(NTTP->getDepth() == 0 &&
302 Deduced[NTTP->getIndex()],
305 Info.Param = NTTP;
306 Info.FirstArg = Deduced[NTTP->getIndex()];
311 Deduced[NTTP->getIndex()] = Result;
321 NonTypeTemplateParmDecl *NTTP,
325 assert(NTTP->getDepth() == 0 &&
332 Deduced[NTTP->getIndex()],
336 Info.Param = NTTP;
    [all...]
SemaTemplate.cpp     [all...]

Completed in 102 milliseconds