Home
last modified time | relevance | path

Searched refs:mustBreak (Results 1 – 8 of 8) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DDoc.java67 final boolean mustBreak; field in Doc.State
69 State(int lastIndent, int indent, int column, boolean mustBreak) { in State() argument
73 this.mustBreak = mustBreak; in State()
81 return new State(lastIndent, indent, column, mustBreak); in withColumn()
84 State withMustBreak(boolean mustBreak) { in withMustBreak() argument
85 return new State(lastIndent, indent, column, mustBreak); in withMustBreak()
94 .add("mustBreak", mustBreak) in toString()
313 || state.mustBreak in computeBreakAndSplit()
/external/clang/lib/Format/
DContinuationIndenter.h57 bool mustBreak(const LineState &State);
DUnwrappedLineFormatter.cpp589 Indenter->mustBreak(State) || in formatLine()
751 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
DContinuationIndenter.cpp142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.h74 bool mustBreak(const LineState &State);
DUnwrappedLineFormatter.cpp848 Indenter->mustBreak(State) || in formatLine()
1016 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
DContinuationIndenter.cpp329 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...