Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5639 bool AllowDeductionGuide; in ParseDirectDeclarator() local
5642 AllowDeductionGuide = false; in ParseDirectDeclarator()
5647 AllowDeductionGuide = false; in ParseDirectDeclarator()
5651 AllowDeductionGuide = in ParseDirectDeclarator()
5660 AllowDeductionGuide, nullptr, nullptr, in ParseDirectDeclarator()
H A DParseExprCXX.cpp2489 bool AllowDeductionGuide, in ParseUnqualifiedId() argument
2535 AllowDeductionGuide && SS.isEmpty() && in ParseUnqualifiedId()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2896 bool AllowDeductionGuide,