Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2253 bool AllowConstructorName, in ParseUnqualifiedId() argument2282 if (AllowConstructorName && in ParseUnqualifiedId()2311 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
4819 bool AllowConstructorName; in ParseDirectDeclarator() local4821 AllowConstructorName = false; in ParseDirectDeclarator()4823 AllowConstructorName = in ParseDirectDeclarator()4827 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()4833 AllowConstructorName, in ParseDirectDeclarator()
2228 bool AllowConstructorName,