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

  /external/clang/lib/Format/
FormatToken.h 40 TT_CtorInitializerComma,
ContinuationIndenter.cpp 51 if (Current.Type == TT_CtorInitializerComma &&
55 (Previous.Type != TT_CtorInitializerComma ||
560 if (NextNonComment->Type == TT_CtorInitializerComma)
    [all...]
TokenAnnotator.cpp 494 Tok->Type = TT_CtorInitializerComma;
    [all...]

Completed in 52 milliseconds