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

/external/clang/tools/libclang/
H A DCXCursor.h70 CXCursor MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto,
H A DCXCursor.cpp471 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto, function in class:cxcursor
H A DIndexingContext.cpp693 return MakeCursorObjCProtocolRef(PD, Loc, CXTU);
H A DCIndex.cpp955 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
965 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1019 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1057 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
1412 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I),

Completed in 66 milliseconds