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.cpp33 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
494 MakeCursorObjCProtocolRef(D, D->getLocation(),
1133 return MakeCursorObjCProtocolRef(PD, Loc, CXTU);
H A DCIndex.cpp625 Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
1025 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1033 return Visit(MakeCursorObjCProtocolRef(PID, PID->getLocation(), TU));
1038 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1097 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1486 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I),
H A DCXCursor.cpp534 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto, function in class:cxcursor

Completed in 44 milliseconds