/external/llvm-project/clang/include/clang/Frontend/ |
D | CommandLineSourceLoc.h | 74 unsigned EndLine, EndColumn; in fromString() local 79 Split.second.getAsInteger(10, EndColumn)) { in fromString() 92 EndColumn = Begin.Column; in fromString() 96 {EndLine, EndColumn}}; in fromString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
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()
|
D | DebugLinesSubsection.h | 61 support::ulittle16_t EndColumn; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
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()
|
D | DebugLinesSubsection.h | 61 support::ulittle16_t EndColumn; member
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
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()
|
D | ModuleSubstream.h | 56 support::ulittle16_t EndColumn; member
|
/external/llvm-project/clang/unittests/Frontend/ |
D | ParsedSourceLocationTest.cpp | 19 unsigned BeginColumn, unsigned EndLine, unsigned EndColumn) { in TEST() argument 26 EXPECT_EQ(PSR->End.second, EndColumn); in TEST()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorDeclaration.cs | 70 public int EndColumn { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration 103 EndColumn = location.Span[hasEndLine ? 3 : 2] + 1; in DescriptorDeclaration()
|
/external/llvm-project/clang/unittests/AST/ |
D | MatchVerifier.h | 223 unsigned EndLine, unsigned EndColumn) { in expectRange() argument 227 ExpectEndColumn = EndColumn; in expectRange() 239 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End); in verify() local 241 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) { in verify()
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 220 unsigned EndLine, unsigned EndColumn) { in expectRange() argument 224 ExpectEndColumn = EndColumn; in expectRange() 236 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End); in verify() local 238 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) { in verify()
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 106 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange() argument 110 EXPECT_EQ(EndColumn, Range.End.Column); in matchesRange() 112 Range.Start.Column == StartColumn && Range.End.Column == EndColumn; in matchesRange()
|
/external/llvm-project/clang/tools/clang-refactor/ |
D | TestSupport.cpp | 365 unsigned EndLineOffset = 0, EndColumn = 0; in findTestSelectionRanges() local 367 EndLocMatches[2].getAsInteger(10, EndColumn)) in findTestSelectionRanges() 370 EndColumn); in findTestSelectionRanges()
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 284 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local 289 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic() 295 << EndLine << ":" << EndColumn << "}"; in clang_formatDiagnostic()
|
/external/llvm-project/clang/tools/libclang/ |
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()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 71 uint16_t EndColumn; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 71 uint16_t EndColumn; member
|
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 129 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange() argument 133 EXPECT_EQ(EndColumn, Range.End.Column); in matchesRange() 135 Range.Start.Column == StartColumn && Range.End.Column == EndColumn; in matchesRange()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorDeclarationTest.cs | 93 Assert.AreEqual(2, message.Declaration.EndColumn); in MessageLocations()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
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()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
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()
|
/external/clang/lib/Format/ |
D | ContinuationIndenter.cpp | 287 unsigned EndColumn = in addTokenToState() local 292 State.Column = EndColumn; in addTokenToState() 296 assert(EndColumn >= StartColumn); in addTokenToState() 297 State.Column += EndColumn - StartColumn; in addTokenToState()
|
/external/llvm-project/lld/test/COFF/ |
D | sort-debug.test | 83 EndColumn: 0
|