Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/syntax/
Dident.rs9 check_rust_ident(cx, &name.rust.to_string()); in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check() function