Searched refs:EndColumn (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 75 unsigned EndLine, EndColumn; in fromString() local 80 Split.second.getAsInteger(10, EndColumn)) { in fromString() 93 EndColumn = Begin.Column; in fromString() 97 {EndLine, EndColumn}}; in fromString()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | Line.h | 71 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() argument 74 ((static_cast<uint32_t>(EndColumn) << EndColumnShift) & EndColumnMask); in ColumnInfo() 100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line() argument 102 ColumnInf(StartColumn, EndColumn) {} in Line()
|
| H A D | DebugLinesSubsection.h | 62 support::ulittle16_t EndColumn; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 72 uint16_t EndColumn; member
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 275 IO.mapRequired("EndColumn", Obj.EndColumn); in mapping() 431 C.StartColumn, C.EndColumn); in toCodeViewSubsection() 599 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 100 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 437 unsigned EndColumn = in BreakableBlockComment() local 442 DelimitersOnNewline = EndColumn > Style.ColumnLimit; in BreakableBlockComment()
|
| H A D | ContinuationIndenter.cpp | 516 unsigned EndColumn = in addTokenToState() local 521 State.Column = EndColumn; in addTokenToState() 525 assert(EndColumn >= StartColumn); in addTokenToState() 526 State.Column += EndColumn - StartColumn; in addTokenToState()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1140 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
|