Home
last modified time | relevance | path

Searched refs:FUNCTION_DECL (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_exception_specification_kind.py14 if node.kind == clang.cindex.CursorKind.FUNCTION_DECL:
Dtest_cursor.py91 self.assertEqual(tu_nodes[2].kind, CursorKind.FUNCTION_DECL)
/external/icu/tools/icu4c_srcgen/
Dgenutil.py360 if decl.kind != clang.cindex.CursorKind.FUNCTION_DECL:
/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py66 assert tu_nodes[2].kind == CursorKind.FUNCTION_DECL
/external/clang/bindings/python/clang/
Dcindex.py646 CursorKind.FUNCTION_DECL = CursorKind(8)
/external/libabigail/src/
Dabg-ir.cc17756 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()
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py741 CursorKind.FUNCTION_DECL = CursorKind(8)
/external/libabigail/include/
Dabg-ir.h1254 FUNCTION_DECL = 1 << 5, enumerator