Searched refs:EndColumn (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 81 unsigned EndLine, EndColumn; in fromString() local 86 Split.second.getAsInteger(10, EndColumn)) { in fromString() 99 EndColumn = Begin.Column; in fromString() 103 {EndLine, EndColumn}}; in fromString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | Line.h | 70 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() argument 73 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo() 99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument 101 ColumnInf(StartColumn, EndColumn) {} in Line()
|
| H A D | DebugLinesSubsection.h | 61 support::ulittle16_t EndColumn; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 71 uint16_t EndColumn; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 472 unsigned EndColumn = in BreakableBlockComment() local 477 DelimitersOnNewline = EndColumn > Style.ColumnLimit; in BreakableBlockComment()
|
| H A D | ContinuationIndenter.cpp | 537 unsigned EndColumn = in addTokenToState() local 542 State.Column = EndColumn; in addTokenToState() 546 assert(EndColumn >= StartColumn); in addTokenToState() 547 State.Column += EndColumn - StartColumn; in addTokenToState()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1194 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
|