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 287 NonTypeTemplateParmDecl *NTTP,
292 assert(NTTP->getDepth() == 0 &&
297 Deduced[NTTP->getIndex()],
300 Info.Param = NTTP;
301 Info.FirstArg = Deduced[NTTP->getIndex()];
306 Deduced[NTTP->getIndex()] = Result;
316 NonTypeTemplateParmDecl *NTTP,
320 assert(NTTP->getDepth() == 0 &&
327 Deduced[NTTP->getIndex()],
331 Info.Param = NTTP;
    [all...]
SemaTemplate.cpp     [all...]

Completed in 29 milliseconds