OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndentAtLineBreak
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.cpp
425
IndentAtLineBreak
= ContentColumn[0] + 1;
457
IndentAtLineBreak
=
458
std::min<int>(
IndentAtLineBreak
, std::max(0, ContentColumn[i]));
460
IndentAtLineBreak
= std::max<unsigned>(
IndentAtLineBreak
, Decoration.size());
482
llvm::dbgs() << "
IndentAtLineBreak
" <<
IndentAtLineBreak
<< "\n";
572
return
IndentAtLineBreak
;
609
unsigned LocalIndentAtLineBreak =
IndentAtLineBreak
;
BreakableToken.h
406
//
IndentAtLineBreak
is a uniform position for all lines in a block comment,
414
unsigned
IndentAtLineBreak
;
Completed in 15 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026