Searched refs:clang_Cursor_getObjCPropertyGetterName (Results 1 – 4 of 4) sorted by relevance
66 clang_Cursor_getObjCPropertyGetterName;
8571 CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C) { in clang_Cursor_getObjCPropertyGetterName() function
4041 CINDEX_LINKAGE CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C);
1125 CXString Name = clang_Cursor_getObjCPropertyGetterName(Cursor); in PrintCursor()