Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports33 clang_Cursor_getObjCPropertyAttributes
H A DCIndex.cpp8249 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4575 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1091 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()