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

  /external/clang/lib/Format/
BreakableToken.cpp 285 IndentAtLineBreak = StartOfLineColumn[0] + 1;
306 IndentAtLineBreak =
307 std::min<int>(IndentAtLineBreak, std::max(0, StartOfLineColumn[i]));
309 IndentAtLineBreak = std::max<unsigned>(IndentAtLineBreak, Decoration.size());
311 llvm::dbgs() << "IndentAtLineBreak " << IndentAtLineBreak << "\n";
392 assert(IndentAtLineBreak >= Decoration.size());
395 IndentLevel, IndentAtLineBreak - Decoration.size());
449 return IndentAtLineBreak;
    [all...]
BreakableToken.h 224 // IndentAtLineBreak is a uniform position for all lines in a block comment,
232 unsigned IndentAtLineBreak;

Completed in 402 milliseconds