Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs481 pub fn template_kind(&self) -> CXCursorKind { in template_kind() method
1902 let templ_kind = c.template_kind(); in ast_dump()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1601 CXCursor_ClassTemplate => match cursor.template_kind() { in kind_from_cursor()