Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2310 bool AllowConstructorName, in ParseUnqualifiedId() argument2339 if (AllowConstructorName && in ParseUnqualifiedId()2368 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
4774 bool AllowConstructorName; in ParseDirectDeclarator() local4776 AllowConstructorName = false; in ParseDirectDeclarator()4778 AllowConstructorName = in ParseDirectDeclarator()4782 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()4788 AllowConstructorName, in ParseDirectDeclarator()
2369 bool AllowConstructorName,