Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map265 clang_getCursorPlatformAvailability;
H A DCIndex.cpp8375 int clang_getCursorPlatformAvailability(CXCursor cursor, int *always_deprecated, in clang_getCursorPlatformAvailability() function
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h2357 CINDEX_LINKAGE int clang_getCursorPlatformAvailability(
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c852 = clang_getCursorPlatformAvailability(Cursor, in PrintCursor()