Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcontext.rs2095 let mut found_namespace_keyword = false; in tokenize_namespace() localVariable
2099 assert!(!found_namespace_keyword); in tokenize_namespace()
2114 found_namespace_keyword = true; in tokenize_namespace()
2117 assert!(found_namespace_keyword); in tokenize_namespace()
2120 name if found_namespace_keyword => { in tokenize_namespace()
2127 spelling if !found_namespace_keyword => { in tokenize_namespace()