Searched refs:getCursorDecl (Results 1 – 10 of 10) 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()
238 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorType()319 const Decl *D = cxcursor::getCursorDecl(C); in clang_getTypedefDeclUnderlyingType()337 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumDeclIntegerType()354 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclValue()370 const Decl *D = cxcursor::getCursorDecl(C); in clang_getEnumConstantDeclUnsignedValue()386 const Decl *D = getCursorDecl(C); in clang_getFieldDeclBitWidth()745 const Decl *D = cxcursor::getCursorDecl(C); in clang_getCursorResultType()1011 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in validateFieldParentType()1046 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC)); in clang_Type_getOffsetOf()1087 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getOffsetOfField()[all …]
200 const Decl *D = getCursorDecl(Cursor); in Visit()505 Decl *D = const_cast<Decl *>(getCursorDecl(Cursor)); in VisitChildren()4060 const Decl *D = getCursorDecl(C); in clang_Cursor_isFunctionInlined()4338 E = evaluateDeclExpr(getCursorDecl(C)); in clang_Cursor_Evaluate()4348 const Decl *D = getCursorDecl(C); in clang_Cursor_hasAttrs()4978 return getDeclSpelling(getCursorDecl(C)); in clang_getCursorSpelling()5040 dyn_cast_or_null<ObjCMethodDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()5052 dyn_cast_or_null<ObjCCategoryDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()5055 dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()5063 dyn_cast_or_null<ImportDecl>(getCursorDecl(C))) { in clang_Cursor_getSpellingNameRange()[all …]
1147 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() function in cxcursor1186 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor)); in getOverriddenCursors()1212 cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierIndexAndLoc()1233 cast<ObjCMethodDecl>(getCursorDecl(cursor))->getNumSelectorLocs()) in getSelectorIdentifierCursor()1309 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getNumArguments()1331 const Decl *D = cxcursor::getCursorDecl(C); in clang_Cursor_getArgument()1347 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()1353 return cxcursor::MakeCXCursor(CE->getArg(i), getCursorDecl(C), in clang_Cursor_getArgument()1371 llvm::dyn_cast_if_present<clang::FunctionDecl>(getCursorDecl(C))) { in clang_Cursor_getNumTemplateArguments()1382 getCursorDecl(C))) { in clang_Cursor_getNumTemplateArguments()[all …]
146 StmtParent = getCursorDecl(Parent); in SetParentRAII()152 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()
112 const Decl *D = cxcursor::getCursorDecl(cursor); in clang_getSymbolGraphForCursor()
237 const Decl *getCursorDecl(CXCursor Cursor);
34 const Decl *D = getCursorDecl(C); in clang_Cursor_getParsedComment()