Searched refs:template_kind (Results 1 – 2 of 2) sorted by relevance
394 pub fn template_kind(&self) -> CXCursorKind { in template_kind() method1751 let templ_kind = c.template_kind(); in ast_dump()
1559 CXCursor_ClassTemplate => match cursor.template_kind() { in kind_from_cursor()