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

  /external/clang/lib/Format/
Format.cpp 319 LineState State;
448 struct LineState {
477 /// \brief Comparison operator to be able to used \c LineState in \c map.
478 bool operator<(const LineState &Other) const {
506 unsigned addTokenToState(bool Newline, bool DryRun, LineState &State) {
665 unsigned moveStateToNextToken(LineState &State, bool DryRun) {
754 unsigned breakProtrudingToken(const AnnotatedToken &Current, LineState &State,
    [all...]
UnwrappedLineParser.cpp 464 ScopedLineState LineState(*this);

Completed in 35 milliseconds