Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map65 clang_Cursor_getObjCPropertyAttributes;
H A DCIndex.cpp8506 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h4642 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1091 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()