Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h54 unsigned DeducedDepth; variable
65 TemplateDeductionInfo(SourceLocation Loc, unsigned DeducedDepth = 0)
66 : Loc(Loc), DeducedDepth(DeducedDepth) {} in Loc()
75 DeducedDepth(Info.DeducedDepth), ExplicitArgs(Info.ExplicitArgs) {} in TemplateDeductionInfo()
86 return DeducedDepth; in getDeducedDepth()