Searched refs:FuncDecl (Results 1 – 3 of 3) sorted by relevance
69 const FunctionDecl *FuncDecl, bool ResultAnnotated);76 const FunctionDecl *FuncDecl);1454 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local1455 CF_BRIDGING_KIND AuditKind = migrateAddFunctionAnnotation(Ctx, FuncDecl); in migrateCFAnnotation()1479 const FunctionDecl *FuncDecl, in AddCFAnnotations() argument1499 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()1505 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), in AddCFAnnotations()1506 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) { in AddCFAnnotations()1528 const FunctionDecl *FuncDecl) { in migrateAddFunctionAnnotation() argument1529 if (FuncDecl->hasBody()) in migrateAddFunctionAnnotation()[all …]
1052 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local1054 D.complete(FuncDecl); in ParseFunctionDefinition()1056 if (FuncDecl) { in ParseFunctionDefinition()1058 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition()1060 return FuncDecl; in ParseFunctionDefinition()
1230 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local1231 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl()1236 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl()1237 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()