Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports24 clang_Cursor_getObjCPropertyAttributes
DCIndex.cpp6838 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
/external/clang/include/clang-c/
DIndex.h3847 CINDEX_LINKAGE unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C,
/external/clang/tools/c-index-test/
Dc-index-test.c908 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()