HomeSort by relevance Sort by last modified time
    Searched refs:subscriptOperatorNeedsParens (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 172 static bool subscriptOperatorNeedsParens(const Expr *FullExpr);
175 if (subscriptOperatorNeedsParens(Receiver)) {
889 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) {
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 216 bool subscriptOperatorNeedsParens(const Expr *FullExpr) {
259 ReceiverIsSuper ? false : subscriptOperatorNeedsParens(receiver);
    [all...]

Completed in 84 milliseconds