Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4526 Optional<unsigned> DependentDeductionDepth, in DeduceAutoType() argument
4529 DependentDeductionDepth, IgnoreConstraints); in DeduceAutoType()
4617 Optional<unsigned> DependentDeductionDepth, in DeduceAutoType() argument
4631 if (!DependentDeductionDepth && in DeduceAutoType()
4640 unsigned Depth = DependentDeductionDepth.value_or(0); in DeduceAutoType()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h8846 Optional<unsigned> DependentDeductionDepth = None,
8850 Optional<unsigned> DependentDeductionDepth = None,