Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dclang.rs256 pub fn is_fully_specialized_template(&self) -> bool { in is_fully_specialized_template() method
270 if parent.is_fully_specialized_template() { in is_in_non_fully_specialized_template()