Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2850 bool AllowConstructorName, in ParseUnqualifiedId() argument
2888 if (AllowConstructorName && in ParseUnqualifiedId()
2937 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
H A DParseDecl.cpp6327 bool AllowConstructorName; in ParseDirectDeclarator() local
6330 AllowConstructorName = false; in ParseDirectDeclarator()
6333 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6337 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()
6347 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3472 bool AllowDestructorName, bool AllowConstructorName,