Searched refs:MakeCursorObjCProtocolRef (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.h72 CXCursor MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto,
H A DCXIndexDataConsumer.cpp246 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
717 MakeCursorObjCProtocolRef(D, D->getLocation(),
1204 return MakeCursorObjCProtocolRef(PD, Loc, CXTU);
H A DCIndex.cpp657 Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
1051 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1059 return Visit(MakeCursorObjCProtocolRef(PID, PID->getLocation(), TU));
1064 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1145 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1547 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I),
H A DCXCursor.cpp671 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto, function in class:cxcursor

Completed in 231 milliseconds