Get the absolute location
(loc: &SourceLocation)
| 9 | |
| 10 | /// Get the absolute location |
| 11 | pub fn get_bare_loc(loc: &SourceLocation) -> Option<&BareSourceLocation> { |
| 12 | loc.spelling_loc.as_ref() |
| 13 | } |
| 14 | |
| 15 | /// Get the bigin location of this range. |
| 16 | pub fn get_sr_begin_loc(sr: &SourceRange) -> Result<&BareSourceLocation> { |
no outgoing calls
no test coverage detected