Searched refs:hasGroupingParens (Results 1 – 2 of 2) sorted by relevance
1757 if (hasGroupingParens()) return false; in mayBeFollowedByCXXDirectInit()2053 bool hasGroupingParens() const { return GroupingParens; } in hasGroupingParens() function
4675 !D.hasGroupingParens() && in ParseDirectDeclarator()4767 if (D.hasEllipsis() && D.hasGroupingParens()) in ParseDirectDeclarator()4906 bool hadGroupingParens = D.hasGroupingParens(); in ParseParenDeclarator()