Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h55 unsigned DeducedDepth; variable
66 TemplateDeductionInfo(SourceLocation Loc, unsigned DeducedDepth = 0)
67 : Loc(Loc), DeducedDepth(DeducedDepth) {} in Loc()
76 DeducedDepth(Info.DeducedDepth), ExplicitArgs(Info.ExplicitArgs) {} in TemplateDeductionInfo()
87 return DeducedDepth; in getDeducedDepth()