Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports34 clang_Cursor_getObjCPropertyGetterName
H A DCIndex.cpp8278 CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C) { in clang_Cursor_getObjCPropertyGetterName() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4581 CINDEX_LINKAGE CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1114 CXString Name = clang_Cursor_getObjCPropertyGetterName(Cursor); in PrintCursor()