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

  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h 27 LT_Invalid,
UnwrappedLineFormatter.cpp 212 if (I[1]->Type == LT_Invalid || I[1]->First->MustBreakBefore)
644 if (I + 2 == E || I[2]->Type == LT_Invalid)
1152 if (ShouldFormat && TheLine.Type == LT_Invalid && Status) {
1158 if (ShouldFormat && TheLine.Type != LT_Invalid) {
TokenAnnotator.cpp 1263 return LT_Invalid;
1328 return LT_Invalid;
2324 Line.Type = LT_Invalid;
2326 if (Line.Type == LT_Invalid)

Completed in 37 milliseconds