Home
last modified time | relevance | path

Searched defs:LineRange (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/config/
Dfile_lines.rs15 pub struct LineRange { struct
16 pub(crate) file: Lrc<SourceFile>,
17 pub(crate) lo: usize,
18 pub(crate) hi: usize,
77 impl LineRange { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp41 int64_t LineRange = MaxLineDelta - MinLineDelta + 1; in encodeSpecial() local
65 int64_t LineRange = MaxDelta - MinDelta + 1; in parse() local
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta; in encode() local
/third_party/rust/rust/src/tools/rustfmt/src/
Dsource_map.rs25 fn lookup_line_range(&self, span: Span) -> LineRange; in lookup_line_range()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h90 uint8_t LineRange; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h135 uint8_t LineRange; member
/third_party/rust/rust/src/tools/rustfmt/src/parse/
Dsession.rs323 fn lookup_line_range(&self, span: Span) -> LineRange { in lookup_line_range()