Searched refs:FUNCTION_DECL (Results 1 – 8 of 8) sorted by relevance
14 if node.kind == clang.cindex.CursorKind.FUNCTION_DECL:
91 self.assertEqual(tu_nodes[2].kind, CursorKind.FUNCTION_DECL)
360 if decl.kind != clang.cindex.CursorKind.FUNCTION_DECL:
66 assert tu_nodes[2].kind == CursorKind.FUNCTION_DECL
646 CursorKind.FUNCTION_DECL = CursorKind(8)
17756 FUNCTION_DECL | ABSTRACT_DECL_BASE), in function_decl()17794 FUNCTION_DECL | ABSTRACT_DECL_BASE), in function_decl()20807 |FUNCTION_DECL), in method_decl()20844 | FUNCTION_DECL), in method_decl()20881 | FUNCTION_DECL), in method_decl()
1254 FUNCTION_DECL = 1 << 5, enumerator
741 CursorKind.FUNCTION_DECL = CursorKind(8)