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