Searched refs:hasGroupingParens (Results 1 – 2 of 2) sorted by relevance
1657 if (hasGroupingParens()) return false; in mayBeFollowedByCXXDirectInit()1886 bool hasGroupingParens() const { return GroupingParens; } in hasGroupingParens() function
4122 bool hadGroupingParens = D.hasGroupingParens(); in ParseParenDeclarator()