OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndentAtLineBreak
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
BreakableToken.cpp
252
IndentAtLineBreak
= StartOfLineColumn[0] + 1;
273
IndentAtLineBreak
= std::min<int>(
IndentAtLineBreak
, StartOfLineColumn[i]);
275
IndentAtLineBreak
= std::max<unsigned>(
IndentAtLineBreak
, Decoration.size());
277
llvm::dbgs() << "
IndentAtLineBreak
" <<
IndentAtLineBreak
<< "\n";
360
assert(
IndentAtLineBreak
>= Decoration.size());
363
IndentAtLineBreak
- Decoration.size());
405
return
IndentAtLineBreak
;
[
all
...]
BreakableToken.h
201
//
IndentAtLineBreak
is a uniform position for all lines in a block comment,
209
unsigned
IndentAtLineBreak
;
Completed in 494 milliseconds