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 288 NonTypeTemplateParmDecl *NTTP,
293 assert(NTTP->getDepth() == 0 &&
298 Deduced[NTTP->getIndex()],
301 Info.Param = NTTP;
302 Info.FirstArg = Deduced[NTTP->getIndex()];
307 Deduced[NTTP->getIndex()] = Result;
317 NonTypeTemplateParmDecl *NTTP,
321 assert(NTTP->getDepth() == 0 &&
328 Deduced[NTTP->getIndex()],
332 Info.Param = NTTP;
    [all...]
SemaTemplate.cpp     [all...]

Completed in 21 milliseconds