HomeSort by: relevance | last modified time | path
    Searched defs:cleanupLeft (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 1852 cleanupLeft(Line->First, tok::comma, tok::r_paren);
1853 cleanupLeft(Line->First, TT_CtorInitializerComma, tok::l_brace);
1854 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::l_brace);
1855 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::equal);
1975 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) {

Completed in 29 milliseconds