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.cpp6622 bool AllowDeductionGuide; in ParseDirectDeclarator() local
6625 AllowDeductionGuide = false; in ParseDirectDeclarator()
6629 AllowDeductionGuide = false; in ParseDirectDeclarator()
6632 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6643 AllowDeductionGuide, &TemplateKWLoc, in ParseDirectDeclarator()
H A DParseExprCXX.cpp2577 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
2622 } else if (getLangOpts().CPlusPlus17 && AllowDeductionGuide && in ParseUnqualifiedId()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h4436 bool AllowDeductionGuide,