Lines Matching refs:string_literal

914               Previous->is(tok::string_literal)) {  in parseBrace()
1370 !Tok->Next->isOneOf(tok::identifier, tok::string_literal) || in consumeToken()
1607 CurrentToken->Next->isOneOf(tok::string_literal, tok::identifier, in parseLine()
2095 } else if (Current.is(tok::string_literal)) { in determineTokenType()
2212 NextNonComment->is(tok::string_literal) || in isStartOfName()
2402 (Tok.Next->Tok.isLiteral() && Tok.Next->isNot(tok::string_literal))) { in rParenEndsCast()
2796 if (Prev && Prev->is(tok::string_literal) && in parse()
2797 (Prev == Start || Prev->endsSequence(tok::string_literal, tok::plus, in parse()
3672 Current->isOneOf(tok::comment, tok::string_literal)) { in calculateUnbreakableTailLengths()
4031 Right.isOneOf(tok::identifier, tok::string_literal, tok::char_constant, in spaceRequiredBetween()
4491 if (Right.is(tok::colon) && Left.is(tok::string_literal)) in spaceRequiredBefore()
5017 if (Right.is(tok::string_literal) && Left.is(tok::plus) && Left.Previous && in mustBreakBefore()
5018 Left.Previous->is(tok::string_literal)) { in mustBreakBefore()
5070 if (Right.is(tok::plus) && Left.is(tok::string_literal) && Right.Next && in mustBreakBefore()
5071 Right.Next->is(tok::string_literal)) { in mustBreakBefore()
5162 if (Right.is(tok::lessless) && Right.Next && Left.is(tok::string_literal) && in mustBreakBefore()
5163 Right.Next->is(tok::string_literal)) { in mustBreakBefore()
5232 if (Right.is(tok::string_literal) && Right.TokenText.starts_with("R\"")) { in mustBreakBefore()
5506 Right.isOneOf(tok::identifier, tok::string_literal)) { in canBreakBefore()
5705 if (Left.is(tok::identifier) && Right.is(tok::string_literal)) in canBreakBefore()