Searched refs:ContinuationIndenter (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 28 class ContinuationIndenter; variable 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 64 ContinuationIndenter *Indenter;
|
D | ContinuationIndenter.cpp | 59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 70 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 92 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 136 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 256 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 291 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 406 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 554 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 666 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 779 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() [all …]
|
D | FormatToken.h | 433 class ContinuationIndenter; variable 452 ContinuationIndenter *Indenter, in formatFromToken() 460 ContinuationIndenter *Indenter, in formatAfterToken() 479 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 482 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
D | CMakeLists.txt | 5 ContinuationIndenter.cpp
|
D | ContinuationIndenter.h | 35 class ContinuationIndenter { 39 ContinuationIndenter(const FormatStyle &Style,
|
D | Android.mk | 23 ContinuationIndenter.cpp \
|
D | FormatToken.cpp | 75 ContinuationIndenter *Indenter, in formatAfterToken() 130 ContinuationIndenter *Indenter, in formatFromToken()
|
D | UnwrappedLineFormatter.cpp | 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 563 ContinuationIndenter *Indenter; 574 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 602 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 623 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
D | Format.cpp | 1481 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), SourceMgr, in format()
|
/external/v8/third_party/llvm-build/Release+Asserts/ |
D | buildlog.txt | 2043 …6] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp.o 11694 ninja explain: deps for 'tools/clang/lib/Format/CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp… 11695 ninja explain: tools/clang/lib/Format/CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp.o is dirty 16733 …9] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp.o
|