Searched refs:EndColumn (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 69 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() argument 72 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo() 98 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument 100 ColumnInf(StartColumn, EndColumn) {} in Line()
|
H A D | DebugLinesSubsection.h | 62 support::ulittle16_t EndColumn; member
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 82 unsigned EndLine, EndColumn; in fromString() local 87 Split.second.getAsInteger(10, EndColumn)) { in fromString() 100 EndColumn = Begin.Column; in fromString() 104 {EndLine, EndColumn}}; in fromString()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local 276 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic() 282 << EndLine << ":" << EndColumn << "}"; in clang_formatDiagnostic()
|
/openbsd/gnu/llvm/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 366 unsigned EndLineOffset = 0, EndColumn = 0; in findTestSelectionRanges() local 368 EndLocMatches[2].getAsInteger(10, EndColumn)) in findTestSelectionRanges() 371 EndColumn); in findTestSelectionRanges()
|
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 71 uint16_t EndColumn; member
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 274 IO.mapRequired("EndColumn", Obj.EndColumn); in mapping() 430 C.StartColumn, C.EndColumn); in toCodeViewSubsection() 598 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | BreakableToken.cpp | 473 unsigned EndColumn = in BreakableBlockComment() local 478 DelimitersOnNewline = EndColumn > Style.ColumnLimit; in BreakableBlockComment()
|
H A D | ContinuationIndenter.cpp | 620 unsigned EndColumn = in addTokenToState() local 625 State.Column = EndColumn; in addTokenToState() 629 assert(EndColumn >= StartColumn); in addTokenToState() 630 State.Column += EndColumn - StartColumn; in addTokenToState()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1252 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
|