Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6192 bool AllowDeductionGuide; in ParseDirectDeclarator() local
6195 AllowDeductionGuide = false; in ParseDirectDeclarator()
6199 AllowDeductionGuide = false; in ParseDirectDeclarator()
6202 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6212 AllowDeductionGuide, nullptr, D.getName()) || in ParseDirectDeclarator()
H A DParseExprCXX.cpp2798 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
2843 AllowDeductionGuide && SS.isEmpty() && in ParseUnqualifiedId()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3361 bool AllowDeductionGuide,