Searched refs:from_cursor (Results 1 – 2 of 2) sorted by relevance
355 functions.append(self.from_cursor(child, module))398 def from_cursor(self, cursor, module): member in DeclaredFunctionsParser
31 fn from_cursor(cursor: &clang::Cursor) -> Option<FunctionKind> { in from_cursor() method582 let kind = match FunctionKind::from_cursor(&cursor) { in parse()