OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndColumn
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CommandLineSourceLoc.h
81
unsigned EndLine,
EndColumn
;
86
Split.second.getAsInteger(10,
EndColumn
)) {
99
EndColumn
= Begin.Column;
103
{EndLine,
EndColumn
}};
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
Line.h
70
ColumnInfo(uint16_t StartColumn, uint16_t
EndColumn
) {
73
((static_cast<uint32_t>(
EndColumn
) << EndColumnShift) & EndColumnMask);
99
uint16_t StartColumn, uint16_t
EndColumn
, bool IsStatement)
101
ColumnInf(StartColumn,
EndColumn
) {}
DebugLinesSubsection.h
61
support::ulittle16_t
EndColumn
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h
71
uint16_t
EndColumn
;
/src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp
365
unsigned EndLineOffset = 0,
EndColumn
= 0;
367
EndLocMatches[2].getAsInteger(10,
EndColumn
))
370
EndColumn
);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp
271
unsigned StartLine, StartColumn, EndLine,
EndColumn
;
276
&EndFile, &EndLine, &
EndColumn
, nullptr);
282
<< EndLine << ":" <<
EndColumn
<< "}";
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugLinesSubsection.cpp
99
CNE.
EndColumn
= ColEnd;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp
274
IO.mapRequired("
EndColumn
", Obj.
EndColumn
);
430
C.StartColumn, C.
EndColumn
);
598
SCE.
EndColumn
= C.
EndColumn
;
/src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.cpp
472
unsigned
EndColumn
=
477
DelimitersOnNewline =
EndColumn
> Style.ColumnLimit;
ContinuationIndenter.cpp
537
unsigned
EndColumn
=
542
State.Column =
EndColumn
;
546
assert(
EndColumn
>= StartColumn);
547
State.Column +=
EndColumn
- StartColumn;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
1194
W.printNumber("ColEnd", Entry.Columns[ColumnIndex].
EndColumn
);
Completed in 92 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026