Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp2797 bool AllowConstructorName, in ParseUnqualifiedId() argument
2834 if (AllowConstructorName && in ParseUnqualifiedId()
2883 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
H A DParseDecl.cpp6191 bool AllowConstructorName; in ParseDirectDeclarator() local
6194 AllowConstructorName = false; in ParseDirectDeclarator()
6197 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6201 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()
6211 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3360 bool AllowDestructorName, bool AllowConstructorName,