Searched refs:hasGroupingParens (Results 1 – 2 of 2) sorted by relevance
1912 if (hasGroupingParens()) return false; in mayBeFollowedByCXXDirectInit()2227 bool hasGroupingParens() const { return GroupingParens; } in hasGroupingParens() function
5247 !D.hasGroupingParens() && in ParseDirectDeclarator()5362 if (D.hasEllipsis() && D.hasGroupingParens()) in ParseDirectDeclarator()5516 bool hadGroupingParens = D.hasGroupingParens(); in ParseParenDeclarator()