Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2969 bool AllowConstructorName, in ParseUnqualifiedId() argument
3007 if (AllowConstructorName && in ParseUnqualifiedId()
3066 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
H A DParseDecl.cpp6955 bool AllowConstructorName; in ParseDirectDeclarator() local
6958 AllowConstructorName = false; in ParseDirectDeclarator()
6961 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6965 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()
6976 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3655 bool AllowDestructorName, bool AllowConstructorName,