Lines Matching refs:getCursorDecl
1147 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor
1186 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()
1212 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()
1233 cast<ObjCMethodDecl>(getCursorDecl(cursor))->getNumSelectorLocs()) in getSelectorIdentifierCursor()
1309 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()
1331 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()
1347 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()
1353 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()
1371 llvm::dyn_cast_if_present<clang::FunctionDecl>(getCursorDecl(C))) { in clang_Cursor_getNumTemplateArguments()
1382 getCursorDecl(C))) { in clang_Cursor_getNumTemplateArguments()
1418 llvm::dyn_cast_if_present<clang::FunctionDecl>(getCursorDecl(C))) { in clang_Cursor_getTemplateArgument()
1436 getCursorDecl(C))) { in clang_Cursor_getTemplateArgument()
1590 const Decl *decl = getCursorDecl(cursor); in clang_getCursorCompletionString()