pub(crate) fn find_identifier_after( source: &str, name: &str, start_byte: usize, ) -> Option<Range<usize>>
Same as find_identifier but starts the search at start_byte. Returns absolute byte ranges into source.
find_identifier
start_byte
source