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()584 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()782 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in validateFieldParentType()817 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()844 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getOffsetOfField()[all …]
190 const Decl *D = getCursorDecl(Cursor); in Visit()495 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()3686 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()3736 MD = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3748 CD = dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3751 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3759 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3773 dyn_cast_or_null<FunctionDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3804 const Decl *D = getCursorDecl(C); in clang_Cursor_getMangling()3834 const Decl *D = getCursorDecl(C); in clang_getCursorDisplayName()[all …]
867 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor910 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()935 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()955 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()1034 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()1053 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()1070 getCursorDecl(C), in clang_Cursor_getArgument()1085 getCursorDecl(C)); in clang_Cursor_getNumTemplateArguments()1123 getCursorDecl(C)); in clang_Cursor_getTemplateArgument()1282 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()