Home
last modified time | relevance | path

Searched refs:clang_Cursor_isDynamicCall (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports44 clang_Cursor_isDynamicCall
H A DCXCursor.cpp1644 int clang_Cursor_isDynamicCall(CXCursor C) { in clang_Cursor_isDynamicCall() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4539 CINDEX_LINKAGE int clang_Cursor_isDynamicCall(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2941 if (clang_Cursor_isDynamicCall(Cursor)) in inspect_print_cursor()