Searched refs:EndColumn (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 85 unsigned EndLine, EndColumn; in fromString() local 90 Split.second.getAsInteger(10, EndColumn)) { in fromString() 97 if (EndLine == 0 || EndColumn == 0) in fromString() 107 EndColumn = Begin.Column; in fromString() 111 {EndLine, EndColumn}}; in fromString()
|
| /freebsd/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 | 63 support::ulittle16_t EndColumn; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 72 uint16_t EndColumn; member
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 272 IO.mapRequired("EndColumn", Obj.EndColumn); in mapping() 428 C.StartColumn, C.EndColumn); in toCodeViewSubsection() 596 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 1097 unsigned EndColumn = SM.getExpansionColumnNumber(End); in prepareAndFilterRanges() local 1099 EndColumn += Lexer::MeasureTokenLength(End, SM, LangOpts); in prepareAndFilterRanges() 1103 LineRanges.push_back({StartLineNo, StartColumn - 1, EndColumn - 1}); in prepareAndFilterRanges() 1115 LineRanges.push_back({EndLineNo, 0, EndColumn - 1}); in prepareAndFilterRanges()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 574 unsigned EndColumn = in BreakableBlockComment() local 579 DelimitersOnNewline = EndColumn > Style.ColumnLimit; in BreakableBlockComment()
|
| H A D | ContinuationIndenter.cpp | 684 unsigned EndColumn = in addTokenToState() local 689 State.Column = EndColumn; in addTokenToState() 693 assert(EndColumn >= StartColumn); in addTokenToState() 694 State.Column += EndColumn - StartColumn; in addTokenToState()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1389 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
|