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

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h81 unsigned EndLine, EndColumn; local
86 Split.second.getAsInteger(10, EndColumn)) {
99 EndColumn = Begin.Column;
103 {EndLine, EndColumn}};
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h71 uint16_t EndColumn; member in struct:llvm::CodeViewYAML::SourceColumnEntry
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp365 unsigned EndLineOffset = 0, EndColumn = 0; local
367 EndLocMatches[2].getAsInteger(10, EndColumn))
370 EndColumn);
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; local
276 &EndFile, &EndLine, &EndColumn, nullptr); local
282 << EndLine << ":" << EndColumn << "}"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp99 CNE.EndColumn = ColEnd;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp274 IO.mapRequired("EndColumn", Obj.EndColumn);
430 C.StartColumn, C.EndColumn);
598 SCE.EndColumn = C.EndColumn;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp472 unsigned EndColumn = local
477 DelimitersOnNewline = EndColumn > Style.ColumnLimit;
H A DContinuationIndenter.cpp537 unsigned EndColumn = local
542 State.Column = EndColumn;
546 assert(EndColumn >= StartColumn);
547 State.Column += EndColumn - StartColumn;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1194 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn);

Completed in 134 milliseconds