Lines Matching defs:loc
54 pub loc: SourceRange, field
68 pub loc: SourceRange, field
76 pub loc: SourceRange, field
84 pub loc: SourceRange, field
100 pub loc: SourceRange, field
146 pub loc: SourceRange, field
156 pub loc: SourceRange, field
191 pub loc: SourceRange, field
214 let mut loc = SourceLocation { offset, line: 0, column: offset }; in new() localVariable
298 pub fn loc(&self) -> &SourceRange { in loc() method
549 let loc = SourceLocation::new(100, &[]); in source_location_new_no_crash_with_empty_line_starts() localVariable