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

  /external/clang/lib/Format/
FormatToken.h 33 TT_ImplicitStringLiteral,
TokenAnnotator.cpp 426 CurrentToken->Type = TT_ImplicitStringLiteral;
434 CurrentToken->Type = TT_ImplicitStringLiteral;
446 CurrentToken->Type = TT_ImplicitStringLiteral;
    [all...]
Format.cpp 583 if (State.Stack.size() == 0 || Current.Type == TT_ImplicitStringLiteral) {
    [all...]

Completed in 68 milliseconds