Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dty.rs839 } else if ty.is_fully_instantiated_template() { in from_clang_ty()
/external/rust/crates/bindgen/src/
Dclang.rs1263 pub fn is_fully_instantiated_template(&self) -> bool { in is_fully_instantiated_template() method