Lines Matching refs:TT_ObjCMethodExpr
146 Left->Type = TT_ObjCMethodExpr; in parseParens()
189 CurrentToken->Type = TT_ObjCMethodExpr; in parseParens()
264 Left->Type = TT_ObjCMethodExpr; in parseSquare()
274 Left->is(TT_ObjCMethodExpr)) { in parseSquare()
281 CurrentToken->Type = TT_ObjCMethodExpr; in parseSquare()
303 Left->Type = TT_ObjCMethodExpr; in parseSquare()
314 (Left->is(TT_ObjCMethodExpr) && !ColonFound))) in parseSquare()
434 Tok->Type = TT_ObjCMethodExpr; in consumeToken()
456 Tok->Type = TT_ObjCMethodExpr; in consumeToken()
1153 Current->isOneOf(TT_ObjCMethodExpr, TT_DictLiteral)))) in parse()
1538 if (!Right.isOneOf(TT_ObjCMethodExpr, TT_LambdaLSquare)) in splitPenalty()
1600 if (Left.is(tok::colon) && Left.is(TT_ObjCMethodExpr)) in splitPenalty()
1721 !Right.isOneOf(TT_ObjCMethodExpr, TT_LambdaLSquare) && in spaceRequiredBetween()
1725 return !Left.is(TT_ObjCMethodExpr); in spaceRequiredBetween()
1753 (Left.isNot(tok::colon) || Left.isNot(TT_ObjCMethodExpr)); in spaceRequiredBetween()
1843 Right.getNextNonComment() && Right.isNot(TT_ObjCMethodExpr) && in spaceRequiredBefore()
2036 if (Left.is(tok::colon) && (Left.isOneOf(TT_DictLiteral, TT_ObjCMethodExpr))) in canBreakBefore()