Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp171 static bool subscriptOperatorNeedsParens(const Expr *FullExpr);
174 if (subscriptOperatorNeedsParens(Receiver)) { in maybePutParensOnReceiver()
891 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens() function
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp219 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens() function
262 ReceiverIsSuper ? false : subscriptOperatorNeedsParens(receiver); in rewriteToPropertyDotSyntax()