Lines Matching refs:string_literal
428 Previous->is(tok::string_literal))) in parseBrace()
773 CurrentToken->Next->isOneOf(tok::string_literal, tok::identifier, in parseLine()
1188 if (Tok.Next->isNot(tok::string_literal) && in rParenEndsCast()
1658 if (Tok->isOneOf(tok::l_brace, tok::string_literal, TT_ObjCMethodExpr) || in isFunctionDeclarationName()
1788 Current->isOneOf(tok::comment, tok::string_literal)) { in calculateUnbreakableTailLengths()
1939 if (Left.is(tok::string_literal) && in splitPenalty()
1993 Right.isOneOf(tok::identifier, tok::string_literal, tok::char_constant, in spaceRequiredBetween()
2259 if (Right.is(tok::string_literal) && Left.is(tok::plus) && Left.Previous && in mustBreakBefore()
2260 Left.Previous->is(tok::string_literal)) in mustBreakBefore()
2287 if (Right.is(tok::plus) && Left.is(tok::string_literal) && Right.Next && in mustBreakBefore()
2288 Right.Next->is(tok::string_literal)) in mustBreakBefore()
2319 Right.Previous->is(tok::string_literal) && in mustBreakBefore()
2320 Right.Next->is(tok::string_literal)) in mustBreakBefore()
2331 if (Right.is(tok::string_literal) && Right.TokenText.startswith("R\"")) in mustBreakBefore()
2471 if (Left.is(tok::identifier) && Right.is(tok::string_literal)) in canBreakBefore()