Searched refs:AllowDeductionGuide (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5859 bool AllowDeductionGuide; local
5862 AllowDeductionGuide = false;
5867 AllowDeductionGuide = false;
5871 AllowDeductionGuide =
5882 AllowDeductionGuide, nullptr, D.getName()) ||
H A DParseExprCXX.cpp602 /*AllowDeductionGuide=*/false, &TemplateKWLoc, Name))
2736 /// \param AllowDeductionGuide whether we allow parsing a deduction guide name.
2745 bool AllowDeductionGuide,
2790 AllowDeductionGuide && SS.isEmpty() &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3235 bool AllowDeductionGuide,

Completed in 95 milliseconds