Searched refs:hasGroupingParens (Results 1 – 4 of 4) sorted by relevance
2113 if (hasGroupingParens()) return false; in mayBeFollowedByCXXDirectInit()2559 bool hasGroupingParens() const { return GroupingParens; } in hasGroupingParens() function
5923 NextToken().is(tok::r_paren) && !D.hasGroupingParens() && in ParseDirectDeclarator()6010 if (D.hasGroupingParens()) in ParseDirectDeclarator()6074 if (D.hasEllipsis() && D.hasGroupingParens()) in ParseDirectDeclarator()6167 } else if (Tok.is(tok::kw_requires) && D.hasGroupingParens()) { in ParseDirectDeclarator()6329 bool hadGroupingParens = D.hasGroupingParens(); in ParseParenDeclarator()
5247 !D.hasGroupingParens() && in ParseDirectDeclarator()5362 if (D.hasEllipsis() && D.hasGroupingParens()) in ParseDirectDeclarator()5516 bool hadGroupingParens = D.hasGroupingParens(); in ParseParenDeclarator()
822 D.hasGroupingParens() || D.getNumTypeObjects() > 1 || in ActOnDecompositionDeclarator()826 (D.hasGroupingParens() || in ActOnDecompositionDeclarator()