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()
160 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()585 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()783 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in validateFieldParentType()818 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()845 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getOffsetOfField()[all …]
191 const Decl *D = getCursorDecl(Cursor); in Visit()496 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()3845 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()3908 MD = dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3920 CD = dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3923 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()3931 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3945 dyn_cast_or_null<FunctionDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()3976 const Decl *D = getCursorDecl(C); in clang_Cursor_getMangling()4009 const Decl *D = getCursorDecl(C); in clang_Cursor_getCXXManglings()[all …]
903 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor946 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()971 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()991 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()1070 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()1089 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()1106 getCursorDecl(C), in clang_Cursor_getArgument()1121 getCursorDecl(C)); in clang_Cursor_getNumTemplateArguments()1159 getCursorDecl(C)); in clang_Cursor_getTemplateArgument()1318 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()
241 const Decl *getCursorDecl(CXCursor Cursor);
38 const Decl *D = getCursorDecl(C); in clang_Cursor_getParsedComment()