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

/external/clang/tools/libclang/
H A DCXCursor.cpp768 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { function in class:cxcursor
811 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor));
836 cast<ObjCMethodDecl>(getCursorDecl(cursor))
856 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor))
935 const Decl *D = cxcursor::getCursorDecl(C);
947 const Decl *D = cxcursor::getCursorDecl(C);
1031 const Decl *decl = getCursorDecl(cursor);

Completed in 332 milliseconds