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

References

tools/clang/tools/libclang/CXCursor.cpp
 1070     if (cursor.xdata != -1)
 1071       return std::make_pair(cursor.xdata,
 1073                                                 ->getSelectorLoc(cursor.xdata));
 1076     if (cursor.xdata != -1)
 1077       return std::make_pair(cursor.xdata,
 1079                                                 ->getSelectorLoc(cursor.xdata));
 1092       newCursor.xdata = -1;
 1094       newCursor.xdata = SelIdx;
 1100       newCursor.xdata = -1;
 1102       newCursor.xdata = SelIdx;
 1112   if (cursor.xdata == 0)
tools/clang/tools/libclang/CXCursor.h
  274     newCursor.xdata = 1;