Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6956 bool AllowDeductionGuide; in ParseDirectDeclarator() local
6959 AllowDeductionGuide = false; in ParseDirectDeclarator()
6963 AllowDeductionGuide = false; in ParseDirectDeclarator()
6966 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6977 AllowDeductionGuide, &TemplateKWLoc, in ParseDirectDeclarator()
H A DParseExprCXX.cpp2970 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
3015 } else if (getLangOpts().CPlusPlus17 && AllowDeductionGuide && in ParseUnqualifiedId()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3656 bool AllowDeductionGuide,