Searched refs:getCursorDecl (Results 1 – 8 of 8) sorted by relevance
37 spec = getCursorDecl(C)->getAccess(); in clang_getCXXAccessSpecifier()60 = dyn_cast_or_null<TemplateDecl>(getCursorDecl(C))) in clang_getTemplateCursorKind()67 getCursorDecl(C))) { in clang_getTemplateCursorKind()89 const Decl *D = getCursorDecl(C); in clang_getSpecializedCursorTemplate()
147 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()234 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()252 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()269 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()285 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()301 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()569 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()759 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()800 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::getCursorDecl(C)); in clang_Cursor_isBitField()810 const Decl *D = cxcursor::getCursorDecl(C); in clang_getDeclObjCTypeEncoding()
167 const Decl *D = getCursorDecl(Cursor); in Visit()473 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()3339 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()3385 MD = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3397 CD = dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3400 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3408 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3440 const Decl *D = getCursorDecl(C); in clang_getCursorDisplayName()3853 = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(cursor))) { in GetCursorVisitor()3858 = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(cursor))) { in GetCursorVisitor()[all …]
793 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor836 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()861 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()881 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()960 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()979 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()996 getCursorDecl(C), in clang_Cursor_getArgument()1074 const Decl *decl = getCursorDecl(cursor); in clang_getCursorCompletionString()
133 StmtParent = getCursorDecl(Parent); in SetParentRAII()139 StmtParent = getCursorDecl(Parent); in ~SetParentRAII()
41 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods); in getTopOverriddenMethods()154 const Decl *D = cxcursor::getCursorDecl(declCursor); in findFileIdRefVisit()222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor); in findIdRefsInFile()
244 const Decl *getCursorDecl(CXCursor Cursor);
826 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorUSR()