Searched defs:getCursorDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.cpp793 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { function in class:cxcursor
836 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor));
861 cast<ObjCMethodDecl>(getCursorDecl(cursor))
881 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor))
960 const Decl *D = cxcursor::getCursorDecl(C);
979 const Decl *D = cxcursor::getCursorDecl(C);
996 getCursorDecl(C),
1074 const Decl *decl = getCursorDecl(cursor);

Completed in 92 milliseconds