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 DIndexingContext.cpp34 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
494 MakeCursorObjCProtocolRef(D, D->getLocation(),
1134 return MakeCursorObjCProtocolRef(PD, Loc, CXTU);
H A DCIndex.cpp645 Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
1024 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1032 return Visit(MakeCursorObjCProtocolRef(PID, PID->getLocation(), TU));
1037 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1096 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1485 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I),
H A DCXCursor.cpp566 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto, function in class:cxcursor

Completed in 531 milliseconds