| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | ParsedSourceLocationTest.cpp | 19 unsigned BeginColumn, unsigned EndLine, unsigned EndColumn) { in TEST() argument 26 EXPECT_EQ(PSR->End.second, EndColumn); in TEST()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | MatchVerifier.h | 228 unsigned EndLine, unsigned EndColumn) { in expectRange() argument 232 ExpectEndColumn = EndColumn; in expectRange() 244 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End); in verify() local 246 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) { in verify()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 365 unsigned EndLineOffset = 0, EndColumn = 0; in findTestSelectionRanges() local 367 EndLocMatches[2].getAsInteger(10, EndColumn)) in findTestSelectionRanges() 370 EndColumn); in findTestSelectionRanges()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 71 uint16_t EndColumn; member
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/ |
| H A D | ParserTest.cpp | 140 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange() argument 144 EXPECT_EQ(EndColumn, Range.End.Column); in matchesRange() 146 Range.Start.Column == StartColumn && Range.End.Column == EndColumn; in matchesRange()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | sort-debug.test | 85 EndColumn: 0
|
| /llvm-project-15.0.7/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 | 605 unsigned EndColumn = in addTokenToState() local 610 State.Column = EndColumn; in addTokenToState() 614 assert(EndColumn >= StartColumn); in addTokenToState() 615 State.Column += EndColumn - StartColumn; in addTokenToState()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1198 W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn); in printCodeViewSymbolSection()
|