HomeSort by relevance Sort by last modified time
    Searched refs:MakeCursorObjCProtocolRef (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CXCursor.h 71 CXCursor MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto,
IndexingContext.cpp 34 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
418 MakeCursorObjCProtocolRef(D, D->getLocation(),
    [all...]
CIndex.cpp 577 Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
963 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
971 return Visit(MakeCursorObjCProtocolRef(PID, PID->getLocation(), TU));
976 if (Visit(MakeCursorObjCProtocolRef(*I, *PL, TU)))
    [all...]
CXCursor.cpp 503 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto,
    [all...]

Completed in 145 milliseconds