Home
last modified time | relevance | path

Searched refs:EndColumn (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang/include/clang/Frontend/
DCommandLineSourceLoc.h74 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/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DLine.h70 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()
DDebugLinesSubsection.h61 support::ulittle16_t EndColumn; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h70 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()
DDebugLinesSubsection.h61 support::ulittle16_t EndColumn; member
/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h71 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()
DModuleSubstream.h56 support::ulittle16_t EndColumn; member
/external/llvm-project/clang/unittests/Frontend/
DParsedSourceLocationTest.cpp19 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/
DDescriptorDeclaration.cs70 public int EndColumn { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration
103 EndColumn = location.Span[hasEndLine ? 3 : 2] + 1; in DescriptorDeclaration()
/external/clang/unittests/AST/
DMatchVerifier.h220 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/llvm-project/clang/unittests/AST/
DMatchVerifier.h223 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/ASTMatchers/Dynamic/
DParserTest.cpp106 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/clang/tools/libclang/
DCIndexDiagnostic.cpp284 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/clang-refactor/
DTestSupport.cpp365 unsigned EndLineOffset = 0, EndColumn = 0; in findTestSelectionRanges() local
367 EndLocMatches[2].getAsInteger(10, EndColumn)) in findTestSelectionRanges()
370 EndColumn); in findTestSelectionRanges()
/external/llvm-project/clang/tools/libclang/
DCIndexDiagnostic.cpp271 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/
DCodeViewYAMLDebugSections.h71 uint16_t EndColumn; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h71 uint16_t EndColumn; member
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp129 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/
DDescriptorDeclarationTest.cs93 Assert.AreEqual(2, message.Declaration.EndColumn); in MessageLocations()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp274 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/
DCodeViewYAMLDebugSections.cpp274 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/
DContinuationIndenter.cpp287 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/
Dsort-debug.test83 EndColumn: 0

12