HomeSort by: relevance | last modified time | path
    Searched refs:IsUnterminatedLiteral (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 212 MustBreakBefore(false), IsUnterminatedLiteral(false),
254 unsigned IsUnterminatedLiteral : 1;
FormatTokenLexer.cpp 1038 Tok.IsUnterminatedLiteral = true;
ContinuationIndenter.cpp 1926 if (Current.IsUnterminatedLiteral)
TokenAnnotator.cpp 3613 if (Right.Previous->IsUnterminatedLiteral)

Completed in 37 milliseconds