Searched refs:subscriptOperatorNeedsParens (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp172 static bool subscriptOperatorNeedsParens(const Expr *FullExpr);
175 if (subscriptOperatorNeedsParens(Receiver)) {
889 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { function

Completed in 56 milliseconds