Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp172 static bool subscriptOperatorNeedsParens(const Expr *FullExpr);
175 if (subscriptOperatorNeedsParens(Receiver)) { in maybePutParensOnReceiver()
888 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens() function
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp216 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens() function
259 ReceiverIsSuper ? false : subscriptOperatorNeedsParens(receiver); in rewriteToPropertyDotSyntax()