Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp6007 bool AllowDeductionGuide; in ParseDirectDeclarator() local
6010 AllowDeductionGuide = false; in ParseDirectDeclarator()
6014 AllowDeductionGuide = false; in ParseDirectDeclarator()
6017 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6027 AllowDeductionGuide, nullptr, D.getName()) || in ParseDirectDeclarator()
H A DParseExprCXX.cpp2753 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
2798 AllowDeductionGuide && SS.isEmpty() && in ParseUnqualifiedId()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3356 bool AllowDeductionGuide,