Searched refs:LineState (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h33 struct LineState;
65 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
71 bool canBreak(const LineState &State);
74 bool mustBreak(const LineState &State);
84 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
89 unsigned getColumnLimit(const LineState &State) const;
94 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
97 void moveStatePastFakeLParens(LineState &State, bool Newline);
99 void moveStatePastFakeRParens(LineState &State);
102 void moveStatePastScopeOpener(LineState
406 struct LineState { struct in namespace:clang::format
[all...]
H A DContinuationIndenter.cpp235 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
239 LineState State;
277 bool ContinuationIndenter::canBreak(const LineState &State) {
329 bool ContinuationIndenter::mustBreak(const LineState &State) {
525 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
562 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
756 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
962 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
1174 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
1322 void ContinuationIndenter::moveStatePastFakeLParens(LineState
[all...]
H A DBreakableToken.h231 virtual void updateNextToken(LineState &State) const {}
455 void updateNextToken(LineState &State) const override;
H A DFormatToken.cpp76 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
135 unsigned CommaSeparatedList::formatFromToken(LineState &State,
H A DUnwrappedLineFormatter.cpp766 static void printLineState(const LineState &State) {
813 bool formatChildren(LineState &State, bool NewLine, bool DryRun,
890 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn,
916 LineState State =
940 LineState State =
954 bool operator()(LineState *obj1, LineState *obj2) const {
969 StateNode(const LineState &State, bool NewLine, StateNode *Previous)
971 LineState State;
993 unsigned analyzeSolutionSpace(LineState
[all...]
H A DFormatToken.h731 struct LineState;
748 virtual unsigned formatFromToken(LineState &State,
756 virtual unsigned formatAfterToken(LineState &State,
778 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
781 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
H A DBreakableToken.cpp1007 void BreakableLineCommentSection::updateNextToken(LineState &State) const {
H A DUnwrappedLineParser.cpp718 ScopedLineState LineState(*this);

Completed in 121 milliseconds