HomeSort by relevance Sort by last modified time
    Searched refs:TT_ImplicitStringLiteral (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.cpp 234 if ((Current.Type == TT_ImplicitStringLiteral &&
    [all...]
FormatToken.h 46 TT_ImplicitStringLiteral,
TokenAnnotator.cpp 510 CurrentToken->Type = TT_ImplicitStringLiteral;
518 CurrentToken->Type = TT_ImplicitStringLiteral;
530 CurrentToken->Type = TT_ImplicitStringLiteral;
541 CurrentToken->Type = TT_ImplicitStringLiteral;
626 CurrentToken->Type != TT_ImplicitStringLiteral &&
    [all...]
Format.cpp     [all...]

Completed in 33 milliseconds