Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4358 Optional<unsigned> DependentDeductionDepth) { in DeduceAutoType() argument
4360 DependentDeductionDepth); in DeduceAutoType()
4404 Optional<unsigned> DependentDeductionDepth) { in DeduceAutoType() argument
4412 if (!DependentDeductionDepth && in DeduceAutoType()
4420 unsigned Depth = DependentDeductionDepth.getValueOr(0); in DeduceAutoType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7081 Optional<unsigned> DependentDeductionDepth = None);
7084 Optional<unsigned> DependentDeductionDepth = None);