Home
last modified time | relevance | path

Searched refs:getDeducedDepth (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DTemplateDeduction.h85 unsigned getDeducedDepth() const { in getDeducedDepth() function
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp206 return getDeducedParameterFromExpr(E, Info.getDeducedDepth()); in getDeducedParameterFromExpr()
391 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceNonTypeTemplateArgument()
513 if (TempParam->getDepth() != Info.getDeducedDepth()) in DeduceTemplateArguments()
772 if (Depth == Info.getDeducedDepth()) in addPacks()
812 std::make_pair(Info.getDeducedDepth(), Packs[I].Index)) { in finishConstruction()
832 std::make_pair(Info.getDeducedDepth(), Pack.Index)) { in finishConstruction()
1479 Info.getDeducedDepth() != TemplateTypeParm->getDepth()) in DeduceTemplateArgumentsByTypeMatch()
1512 assert(TemplateTypeParm->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
1788 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
1853 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()