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

  /external/clang/lib/Format/
ContinuationIndenter.h 64 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
FormatToken.cpp 108 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
Format.cpp 558 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
    [all...]
ContinuationIndenter.cpp 228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
    [all...]

Completed in 62 milliseconds