Home
last modified time | relevance | path

Searched refs:TT_ImplicitStringLiteral (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Format/
DTokenAnnotator.cpp510 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()
DContinuationIndenter.cpp234 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()
DFormatToken.h46 TT_ImplicitStringLiteral, enumerator
DFormat.cpp1550 FormatTok->Type = TT_ImplicitStringLiteral; in getNextToken()
1553 FormatTok->Type = TT_ImplicitStringLiteral; in getNextToken()
1559 if (FormatTok->Type == TT_ImplicitStringLiteral) in getNextToken()