Searched refs:AllowConstructorName (Results 1 – 3 of 3) sorted by relevance
2969 bool AllowConstructorName, in ParseUnqualifiedId() argument3007 if (AllowConstructorName && in ParseUnqualifiedId()3066 if (AllowConstructorName && TemplateId->Name && in ParseUnqualifiedId()
6955 bool AllowConstructorName; in ParseDirectDeclarator() local6958 AllowConstructorName = false; in ParseDirectDeclarator()6961 AllowConstructorName = (D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator()6965 AllowConstructorName = (D.getContext() == DeclaratorContext::Member); in ParseDirectDeclarator()6976 /*AllowDestructorName=*/true, AllowConstructorName, in ParseDirectDeclarator()
3655 bool AllowDestructorName, bool AllowConstructorName,