Home
last modified time | relevance | path

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

/freebsd/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