Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp172 static bool subscriptOperatorNeedsParens(const Expr *FullExpr);
175 if (subscriptOperatorNeedsParens(Receiver)) { in maybePutParensOnReceiver()
889 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp216 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens() function
259 ReceiverIsSuper ? false : subscriptOperatorNeedsParens(receiver); in rewriteToPropertyDotSyntax()