Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2576 bool AllowConstructorName, in ParseUnqualifiedId() argument2614 if (AllowConstructorName && in ParseUnqualifiedId()2673 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
6621 bool AllowConstructorName; in ParseDirectDeclarator() local6624 AllowConstructorName = false; in ParseDirectDeclarator()6627 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()6631 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()6642 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
4435 bool AllowDestructorName, bool AllowConstructorName,