Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2463 bool AllowConstructorName, in ParseUnqualifiedId() argument2492 if (AllowConstructorName && in ParseUnqualifiedId()2520 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
5270 bool AllowConstructorName; in ParseDirectDeclarator() local5272 AllowConstructorName = false; in ParseDirectDeclarator()5274 AllowConstructorName = in ParseDirectDeclarator()5278 AllowConstructorName = (D.getContext() == Declarator::MemberContext); in ParseDirectDeclarator()5284 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
2574 bool AllowConstructorName,