Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2867 bool AllowConstructorName, in ParseUnqualifiedId() argument2905 if (AllowConstructorName && in ParseUnqualifiedId()2954 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
6548 bool AllowConstructorName; in ParseDirectDeclarator() local6551 AllowConstructorName = false; in ParseDirectDeclarator()6554 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()6558 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()6568 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
3543 bool AllowDestructorName, bool AllowConstructorName,