Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6328 bool AllowDeductionGuide; in ParseDirectDeclarator() local
6331 AllowDeductionGuide = false; in ParseDirectDeclarator()
6335 AllowDeductionGuide = false; in ParseDirectDeclarator()
6338 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6348 AllowDeductionGuide, nullptr, D.getName()) || in ParseDirectDeclarator()
H A DParseExprCXX.cpp2851 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
2897 AllowDeductionGuide && SS.isEmpty() && in ParseUnqualifiedId()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3473 bool AllowDeductionGuide,