Home
last modified time | relevance | path

Searched refs:getCursorObjCProtocolRef (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h79 getCursorObjCProtocolRef(CXCursor C);
DCXCursor.cpp681 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef() function in cxcursor
DCIndex.cpp4132 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling()
5157 = getCursorObjCProtocolRef(C); in clang_getCursorLocation()
5319 return getCursorObjCProtocolRef(C).second; in getRawCursorExtent()
5522 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced()
/external/llvm-project/clang/tools/libclang/
DCXCursor.h76 getCursorObjCProtocolRef(CXCursor C);
DCXCursor.cpp838 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef() function in cxcursor
DCIndex.cpp4597 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling()
5932 getCursorObjCProtocolRef(C); in clang_getCursorLocation()
6093 return getCursorObjCProtocolRef(C).second; in getRawCursorExtent()
6295 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced()