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

  /external/clang/lib/Format/
FormatToken.h 48 TT_InlineASMColon,
ContinuationIndenter.cpp 130 if (Current.MustBreakBefore || Current.Type == TT_InlineASMColon)
149 Previous.Type != TT_InlineASMColon &&
    [all...]
TokenAnnotator.cpp 410 Tok->Type = TT_InlineASMColon;
    [all...]

Completed in 24 milliseconds