Searched refs:clang_Cursor_getObjCPropertyGetterName (Results 1 – 5 of 5) sorted by relevance
34 clang_Cursor_getObjCPropertyGetterName
8226 CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C) { in clang_Cursor_getObjCPropertyGetterName() function
4561 CINDEX_LINKAGE CXString clang_Cursor_getObjCPropertyGetterName(CXCursor C);
1757 pub fn clang_Cursor_getObjCPropertyGetterName(cursor: CXCursor) -> CXString;
1113 CXString Name = clang_Cursor_getObjCPropertyGetterName(Cursor); in PrintCursor()