Searched refs:getCursorDecl (Results 1 – 9 of 9) 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()
154 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()241 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()259 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()276 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()292 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()308 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()581 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()781 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()840 const FieldDecl *FD = dyn_cast_or_null<FieldDecl>(cxcursor::getCursorDecl(C)); in clang_Cursor_isBitField()850 const Decl *D = cxcursor::getCursorDecl(C); in clang_getDeclObjCTypeEncoding()
186 const Decl *D = getCursorDecl(Cursor); in Visit()492 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()3499 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()3549 MD = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3561 CD = dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3564 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3572 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3604 const Decl *D = getCursorDecl(C); in clang_getCursorDisplayName()4049 = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(cursor))) { in GetCursorVisitor()4054 = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(cursor))) { in GetCursorVisitor()[all …]
825 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor868 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()893 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()913 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()992 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()1011 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()1028 getCursorDecl(C), in clang_Cursor_getArgument()1106 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()
45 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorUSR()
244 const Decl *getCursorDecl(CXCursor Cursor);
38 const Decl *D = getCursorDecl(C); in clang_Cursor_getParsedComment()