Home
last modified time | relevance | path

Searched defs:mustBreak (Results 1 – 3 of 3) 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()
84 State withMustBreak(boolean mustBreak) { in withMustBreak()
/external/clang/lib/Format/
DContinuationIndenter.cpp142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp329 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter