Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports177 clang_getCursorPlatformAvailability
H A DCIndex.cpp7071 int clang_getCursorPlatformAvailability(CXCursor cursor, in clang_getCursorPlatformAvailability() function
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h2650 clang_getCursorPlatformAvailability(CXCursor cursor,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h2519 CINDEX_LINKAGE int clang_getCursorPlatformAvailability(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h2509 CINDEX_LINKAGE int clang_getCursorPlatformAvailability(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h2518 CINDEX_LINKAGE int clang_getCursorPlatformAvailability(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h2518 CINDEX_LINKAGE int clang_getCursorPlatformAvailability(
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2226 …pub fn clang_getCursorPlatformAvailability(cursor: CXCursor, deprecated: *mut c_int, deprecated_me…
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c736 = clang_getCursorPlatformAvailability(Cursor, in PrintCursor()