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

  /external/clang/lib/Format/
TokenAnnotator.h 29 LT_Invalid,
UnwrappedLineFormatter.cpp 171 if (I[1]->Type == LT_Invalid || I[1]->First->MustBreakBefore)
372 if (I + 2 == E || I[2]->Type == LT_Invalid)
838 if (ShouldFormat && TheLine.Type == LT_Invalid && IncompleteFormat)
841 if (ShouldFormat && TheLine.Type != LT_Invalid) {
    [all...]
TokenAnnotator.cpp 733 return LT_Invalid;
    [all...]

Completed in 60 milliseconds