Searched refs:TT_ImplicitStringLiteral (Results 1 – 4 of 4) sorted by relevance
510 CurrentToken->Type = TT_ImplicitStringLiteral; in parseIncludeDirective()518 CurrentToken->Type = TT_ImplicitStringLiteral; in parseIncludeDirective()530 CurrentToken->Type = TT_ImplicitStringLiteral; in parseWarningOrError()541 CurrentToken->Type = TT_ImplicitStringLiteral; in parsePragma()626 CurrentToken->Type != TT_ImplicitStringLiteral && in resetTokenMetadata()1576 if (Tok.Previous->Type == TT_ImplicitStringLiteral) in spaceRequiredBefore()1764 if (Right.Type == TT_ImplicitStringLiteral) in canBreakBefore()
234 if ((Current.Type == TT_ImplicitStringLiteral && in addTokenToState()944 if (Current.Type == TT_ImplicitStringLiteral) in breakProtrudingToken()1001 Current.Previous->Type != TT_ImplicitStringLiteral)) { in breakProtrudingToken()1095 if (!Current.isStringLiteral() || Current.Type == TT_ImplicitStringLiteral) in nextIsMultilineString()
46 TT_ImplicitStringLiteral, enumerator
1550 FormatTok->Type = TT_ImplicitStringLiteral; in getNextToken()1553 FormatTok->Type = TT_ImplicitStringLiteral; in getNextToken()1559 if (FormatTok->Type == TT_ImplicitStringLiteral) in getNextToken()