Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2867 bool AllowConstructorName, in ParseUnqualifiedId() argument
2905 if (AllowConstructorName && in ParseUnqualifiedId()
2954 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
H A DParseDecl.cpp6548 bool AllowConstructorName; in ParseDirectDeclarator() local
6551 AllowConstructorName = false; in ParseDirectDeclarator()
6554 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6558 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()
6568 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3543 bool AllowDestructorName, bool AllowConstructorName,