Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6549 bool AllowDeductionGuide; in ParseDirectDeclarator() local
6552 AllowDeductionGuide = false; in ParseDirectDeclarator()
6556 AllowDeductionGuide = false; in ParseDirectDeclarator()
6559 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6569 AllowDeductionGuide, nullptr, D.getName()) || in ParseDirectDeclarator()
H A DParseExprCXX.cpp2868 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
2913 } else if (getLangOpts().CPlusPlus17 && AllowDeductionGuide && in ParseUnqualifiedId()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3544 bool AllowDeductionGuide,