Searched refs:EndColumn (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h70 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { argument
73 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask);
99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement)
101 ColumnInf(StartColumn, EndColumn) {}
98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) argument
H A DDebugLinesSubsection.h61 support::ulittle16_t EndColumn; member in struct:llvm::codeview::ColumnNumberEntry
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h74 unsigned EndLine, EndColumn; local
79 Split.second.getAsInteger(10, EndColumn)) {
92 EndColumn = Begin.Column;
96 {EndLine, EndColumn}};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h71 uint16_t EndColumn; member in struct:llvm::CodeViewYAML::SourceColumnEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp99 CNE.EndColumn = ColEnd;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp274 IO.mapRequired("EndColumn", Obj.EndColumn);
430 C.StartColumn, C.EndColumn);
598 SCE.EndColumn = C.EndColumn;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp439 unsigned EndColumn = local
444 DelimitersOnNewline = EndColumn > Style.ColumnLimit;
H A DContinuationIndenter.cpp535 unsigned EndColumn = local
540 State.Column = EndColumn;
544 assert(EndColumn >= StartColumn);
545 State.Column += EndColumn - StartColumn;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1174 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn);

Completed in 87 milliseconds