Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports206 clang_getCursorPlatformAvailability
H A DCIndex.cpp8082 int clang_getCursorPlatformAvailability(CXCursor cursor, int *always_deprecated, in clang_getCursorPlatformAvailability() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2952 CINDEX_LINKAGE int clang_getCursorPlatformAvailability(
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c850 = clang_getCursorPlatformAvailability(Cursor, in PrintCursor()