reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/c-index-test/c-index-test.c
 2876   CXTranslationUnit TU = clang_Cursor_getTranslationUnit(Cursor);
 2878                                                                   Cursor);
 2879   CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
 2885   PrintCursor(Cursor, NULL);
 2886   PrintCursorExtent(Cursor);
 2887   Spelling = clang_getCursorSpelling(Cursor);
 2894         clang_Cursor_getSpellingNameRange(Cursor, pieceIndex, 0);
 2902   if (clang_Cursor_getObjCSelectorIndex(Cursor) != -1)
 2904            clang_Cursor_getObjCSelectorIndex(Cursor));
 2905   if (clang_Cursor_isDynamicCall(Cursor))
 2907   if (Cursor.kind == CXCursor_ObjCMessageExpr ||
 2908       Cursor.kind == CXCursor_MemberRefExpr) {
 2909     CXType T = clang_Cursor_getReceiverType(Cursor);
 2918     CXModule mod = clang_Cursor_getModule(Cursor);