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.h60 unsigned DeducedDepth; variable
71 TemplateDeductionInfo(SourceLocation Loc, unsigned DeducedDepth = 0)
72 : Loc(Loc), DeducedDepth(DeducedDepth) {} in Loc()
81 DeducedDepth(Info.DeducedDepth), ExplicitArgs(Info.ExplicitArgs) {} in TemplateDeductionInfo()
92 return DeducedDepth; in getDeducedDepth()