Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2367 bool AllowConstructorName, in ParseUnqualifiedId() argument2396 if (AllowConstructorName && in ParseUnqualifiedId()2425 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
5151 bool AllowConstructorName; in ParseDirectDeclarator() local5153 AllowConstructorName = false; in ParseDirectDeclarator()5155 AllowConstructorName = in ParseDirectDeclarator()5159 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()5166 AllowConstructorName, in ParseDirectDeclarator()
2478 bool AllowConstructorName,