Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2753 bool AllowConstructorName, in ParseUnqualifiedId() argument2790 if (AllowConstructorName && in ParseUnqualifiedId()2839 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
6023 bool AllowConstructorName; in ParseDirectDeclarator() local6026 AllowConstructorName = false; in ParseDirectDeclarator()6029 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()6033 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()6043 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
3384 bool AllowDestructorName, bool AllowConstructorName,