Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dclang.rs394 pub fn template_kind(&self) -> CXCursorKind { in template_kind() method
1751 let templ_kind = c.template_kind(); in ast_dump()
/external/rust/crates/bindgen/src/ir/
Dcomp.rs1559 CXCursor_ClassTemplate => match cursor.template_kind() { in kind_from_cursor()