Skip to main content

collect_cpp_identifiers

Function collect_cpp_identifiers 

Source
pub fn collect_cpp_identifiers(
    node: Node<'_>,
    source: &str,
    identifiers: &mut HashSet<String>,
)