Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2850 bool AllowConstructorName, in ParseUnqualifiedId() argument2888 if (AllowConstructorName && in ParseUnqualifiedId()2937 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
6327 bool AllowConstructorName; in ParseDirectDeclarator() local6330 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()
3472 bool AllowDestructorName, bool AllowConstructorName,