Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2488 bool AllowConstructorName, in ParseUnqualifiedId() argument
2526 if (AllowConstructorName && in ParseUnqualifiedId()
2567 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
H A DParseDecl.cpp5638 bool AllowConstructorName; in ParseDirectDeclarator() local
5641 AllowConstructorName = false; in ParseDirectDeclarator()
5644 AllowConstructorName = in ParseDirectDeclarator()
5649 AllowConstructorName = in ParseDirectDeclarator()
5659 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2895 bool AllowConstructorName,