Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports29 clang_Cursor_getObjCPropertyAttributes
DCIndex.cpp7209 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports33 clang_Cursor_getObjCPropertyAttributes
DCIndex.cpp8197 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
/external/clang/include/clang-c/
DIndex.h3945 CINDEX_LINKAGE unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C,
/external/llvm-project/clang/include/clang-c/
DIndex.h4555 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
/external/rust/crates/clang-sys/src/
Dlib.rs1754 …pub fn clang_Cursor_getObjCPropertyAttributes(cursor: CXCursor, reserved: c_uint) -> CXObjCPropert…
/external/clang/tools/c-index-test/
Dc-index-test.c923 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1090 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()