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

Declarations

tools/clang/tools/libclang/CXCursor.h
   71 CXCursor MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto,

References

tools/clang/tools/libclang/CIndex.cpp
  663       Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
 1079     if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
 1087     return Visit(MakeCursorObjCProtocolRef(PID, PID->getLocation(), TU));
 1092     if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
 1173     if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
 1591     if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I),
 1609     if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I),
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  249                                 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
  724                                MakeCursorObjCProtocolRef(D, D->getLocation(),
 1201     return MakeCursorObjCProtocolRef(PD, Loc, CXTU);