OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentColumn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.cpp
384
ContentColumn
.resize(Lines.size());
386
ContentColumn
[0] = StartColumn + 2;
401
static_cast<unsigned>(
ContentColumn
[1]) == StartColumn) {
425
IndentAtLineBreak =
ContentColumn
[0] + 1;
435
ContentColumn
[i] = DecorationColumn;
440
ContentColumn
[i] = 0;
453
ContentColumn
[i] = DecorationColumn + DecorationSize;
458
std::min<int>(IndentAtLineBreak, std::max(0,
ContentColumn
[i]));
473
ContentColumn
[0] +
474
encoding::columnWidthWithTabs(Lines[0],
ContentColumn
[0]
[
all
...]
BreakableToken.h
331
//
ContentColumn
[i] is the target column at which Content[i] should be.
341
SmallVector<int, 16>
ContentColumn
;
399
// Sets
ContentColumn
to the intended column in which the text at
Completed in 17 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026