Searched refs:FuncDecl (Results 1 – 3 of 3) sorted by relevance
66 const FunctionDecl *FuncDecl, bool ResultAnnotated);73 const FunctionDecl *FuncDecl);1311 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local1312 CF_BRIDGING_KIND AuditKind = migrateAddFunctionAnnotation(Ctx, FuncDecl); in migrateCFAnnotation()1336 const FunctionDecl *FuncDecl, in AddCFAnnotations() argument1358 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()1364 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), in AddCFAnnotations()1365 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) { in AddCFAnnotations()1387 const FunctionDecl *FuncDecl) { in migrateAddFunctionAnnotation() argument1388 if (FuncDecl->hasBody()) in migrateAddFunctionAnnotation()[all …]
1082 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local1084 D.complete(FuncDecl); in ParseFunctionDefinition()1086 if (FuncDecl) { in ParseFunctionDefinition()1088 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition()1090 return FuncDecl; in ParseFunctionDefinition()
1233 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local1234 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl()1239 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl()1240 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()