Home
last modified time | relevance | path

Searched refs:SOURCE_MAP (Results 1 – 1 of 1) sorted by relevance

/linux/rust/proc-macro2/
H A Dfallback.rs197 SOURCE_MAP.with(|sm| { in get_cursor()
320 static SOURCE_MAP: RefCell<SourceMap> = RefCell::new(SourceMap { constant
335 SOURCE_MAP.with(|sm| sm.borrow_mut().files.truncate(1)); in invalidate_current_thread_spans()
547 SOURCE_MAP.with(|sm| sm.borrow_mut().fileinfo_mut(*self).byte_range(*self)) in byte_range()
558 SOURCE_MAP.with(|sm| { in start()
571 SOURCE_MAP.with(|sm| { in end()
584 SOURCE_MAP.with(|sm| { in file()
609 SOURCE_MAP.with(|sm| { in join()
637 Some(SOURCE_MAP.with(|sm| sm.borrow_mut().fileinfo_mut(*self).source_text(*self))) in source_text()