Searched refs:getCursorDecl (Results 1 – 9 of 9) sorted by relevance
34 spec = getCursorDecl(C)->getAccess(); in clang_getCXXAccessSpecifier()57 = dyn_cast_or_null<TemplateDecl>(getCursorDecl(C))) in clang_getTemplateCursorKind()64 getCursorDecl(C))) { in clang_getTemplateCursorKind()86 const Decl *D = getCursorDecl(C); in clang_getSpecializedCursorTemplate()
230 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()311 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()329 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()346 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()362 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()378 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()724 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()990 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in validateFieldParentType()1025 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()1063 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getOffsetOfField()[all …]
199 const Decl *D = getCursorDecl(Cursor); in Visit()504 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()3834 const Decl *D = getCursorDecl(C); in clang_Cursor_isFunctionInlined()4112 E = evaluateDeclExpr(getCursorDecl(C)); in clang_Cursor_Evaluate()4122 const Decl *D = getCursorDecl(C); in clang_Cursor_hasAttrs()4752 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()4814 dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()4826 dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()4829 dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()4837 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()[all …]
1097 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor1136 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()1162 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()1183 cast<ObjCMethodDecl>(getCursorDecl(cursor))->getNumSelectorLocs()) in getSelectorIdentifierCursor()1259 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()1281 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()1297 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()1303 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()1318 llvm::dyn_cast_or_null<clang::FunctionDecl>(getCursorDecl(C)); in clang_Cursor_getNumTemplateArguments()1356 llvm::dyn_cast_or_null<clang::FunctionDecl>(getCursorDecl(C)); in clang_Cursor_getTemplateArgument()[all …]
139 StmtParent = getCursorDecl(Parent); in SetParentRAII()145 StmtParent = getCursorDecl(Parent); in ~SetParentRAII()
40 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods); in getTopOverriddenMethods()151 const Decl *D = cxcursor::getCursorDecl(declCursor); in findFileIdRefVisit()219 const Decl *Dcl = cxcursor::getCursorDecl(declCursor); in findIdRefsInFile()
42 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorUSR()
237 const Decl *getCursorDecl(CXCursor Cursor);
34 const Decl *D = getCursorDecl(C); in clang_Cursor_getParsedComment()