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.cpp2576 bool AllowConstructorName, in ParseUnqualifiedId() argument
2614 if (AllowConstructorName && in ParseUnqualifiedId()
2673 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
H A DParseDecl.cpp6621 bool AllowConstructorName; in ParseDirectDeclarator() local
6624 AllowConstructorName = false; in ParseDirectDeclarator()
6627 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()
6631 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()
6642 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h4435 bool AllowDestructorName, bool AllowConstructorName,