Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6024 bool AllowDeductionGuide; in ParseDirectDeclarator() local
6027 AllowDeductionGuide = false; in ParseDirectDeclarator()
6031 AllowDeductionGuide = false; in ParseDirectDeclarator()
6034 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6044 AllowDeductionGuide, nullptr, D.getName()) || in ParseDirectDeclarator()
H A DParseExprCXX.cpp2754 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
2799 AllowDeductionGuide && SS.isEmpty() && in ParseUnqualifiedId()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3385 bool AllowDeductionGuide,