Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplateDeduction.h85 unsigned getDeducedDepth() const { in getDeducedDepth() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp193 return getDeducedParameterFromExpr(E, Info.getDeducedDepth()); in getDeducedParameterFromExpr()
385 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceNonTypeTemplateArgument()
509 if (TempParam->getDepth() != Info.getDeducedDepth()) in DeduceTemplateArguments()
761 if (Depth == Info.getDeducedDepth()) in addPacks()
801 std::make_pair(Info.getDeducedDepth(), Packs[I].Index)) { in finishConstruction()
821 std::make_pair(Info.getDeducedDepth(), Pack.Index)) { in finishConstruction()
1471 if (A->isPlaceholderType() || Info.getDeducedDepth() != TTP->getDepth()) in DeduceTemplateArgumentsByTypeMatch()
1500 assert(TTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
1744 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
1800 assert(NTTP->getDepth() == Info.getDeducedDepth() && in DeduceTemplateArgumentsByTypeMatch()
[all …]