Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5046 TemplateDeductionInfo &Info, bool DependentDeduction, in DeduceAutoType() argument
5049 assert(DependentDeduction || Info.getDeducedDepth() == 0); in DeduceAutoType()
5066 if (!DependentDeduction && in DeduceAutoType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12419 bool DependentDeduction = false,