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

  /external/clang/lib/Format/
UnwrappedLineFormatter.h 131 void addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode,
UnwrappedLineFormatter.cpp 594 addNextStateToQueue(Penalty, Node, /*NewLine=*/false, &Count, &Queue);
596 addNextStateToQueue(Penalty, Node, /*NewLine=*/true, &Count, &Queue);
652 void UnwrappedLineFormatter::addNextStateToQueue(unsigned Penalty,

Completed in 1791 milliseconds