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 317 NonTypeTemplateParmDecl *NTTP,
322 assert(NTTP->getDepth() == 0 &&
328 Deduced[NTTP->getIndex()],
331 Info.Param = NTTP;
332 Info.FirstArg = Deduced[NTTP->getIndex()];
337 Deduced[NTTP->getIndex()] = Result;
347 NonTypeTemplateParmDecl *NTTP,
351 assert(NTTP->getDepth() == 0 &&
358 Deduced[NTTP->getIndex()],
362 Info.Param = NTTP;
    [all...]
SemaTemplate.cpp     [all...]

Completed in 53 milliseconds