Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplateDeduction.h85 unsigned getDeducedDepth() const { in getDeducedDepth() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp192 return getDeducedParameterFromExpr(E, Info.getDeducedDepth()); in getDeducedParameterFromExpr()
377 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceNonTypeTemplateArgument()
501 if (TempParam->getDepth() != Info.getDeducedDepth()) in DeduceTemplateArguments()
742 if (Depth == Info.getDeducedDepth()) in addPacks()
782 std::make_pair(Info.getDeducedDepth(), Packs[I].Index)) { in finishConstruction()
802 std::make_pair(Info.getDeducedDepth(), Pack.Index)) { in finishConstruction()
1442 if (A->isPlaceholderType() || Info.getDeducedDepth() != TTP->getDepth()) in DeduceTemplateArgumentsByTypeMatch()
1471 assert(TTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
1715 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
1771 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()