Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports29 clang_Cursor_getObjCPropertyAttributes
H A DCIndex.cpp7209 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h3945 CINDEX_LINKAGE unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h4215 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h4203 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h4213 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h4213 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1946 …pub fn clang_Cursor_getObjCPropertyAttributes(cursor: CXCursor, reserved: c_uint) -> CXObjCPropert…
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c923 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()