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 318 NonTypeTemplateParmDecl *NTTP,
323 assert(NTTP->getDepth() == 0 &&
329 Deduced[NTTP->getIndex()],
332 Info.Param = NTTP;
333 Info.FirstArg = Deduced[NTTP->getIndex()];
338 Deduced[NTTP->getIndex()] = Result;
348 NonTypeTemplateParmDecl *NTTP,
352 assert(NTTP->getDepth() == 0 &&
359 Deduced[NTTP->getIndex()],
363 Info.Param = NTTP;
    [all...]
SemaTemplate.cpp     [all...]

Completed in 78 milliseconds