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

References

tools/clang/tools/libclang/CIndexHigh.cpp
  147   CXCursor declCursor = clang_getCursorReferenced(cursor);
  157     cursor = cxcursor::getSelectorIdentifierCursor(data->SelectorIdIdx, cursor);
  157     cursor = cxcursor::getSelectorIdentifierCursor(data->SelectorIdIdx, cursor);
  161     if ((cursor.kind == CXCursor_ObjCClassMethodDecl ||
  162          cursor.kind == CXCursor_ObjCInstanceMethodDecl) &&
  163          cxcursor::getSelectorIdentifierIndex(cursor) == -1)
  166     if (clang_isExpression(cursor.kind)) {
  167       if (cursor.kind == CXCursor_DeclRefExpr ||
  168           cursor.kind == CXCursor_MemberRefExpr) {
  171       } else if (cursor.kind == CXCursor_ObjCMessageExpr &&
  172                  cxcursor::getSelectorIdentifierIndex(cursor) != -1) {
  180       Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
  181     SourceLocation SelIdLoc = cxcursor::getSelectorIdentifierLoc(cursor);
  205     if (data->visitor.visit(data->visitor.context, cursor,