Home
last modified time | relevance | path

Searched refs:FuncDecl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp69 const FunctionDecl *FuncDecl, bool ResultAnnotated);
76 const FunctionDecl *FuncDecl);
1454 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local
1455 CF_BRIDGING_KIND AuditKind = migrateAddFunctionAnnotation(Ctx, FuncDecl); in migrateCFAnnotation()
1479 const FunctionDecl *FuncDecl, in AddCFAnnotations() argument
1499 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() argument
1529 if (FuncDecl->hasBody()) in migrateAddFunctionAnnotation()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp1052 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
1054 D.complete(FuncDecl); in ParseFunctionDefinition()
1056 if (FuncDecl) { in ParseFunctionDefinition()
1058 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition()
1060 return FuncDecl; in ParseFunctionDefinition()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1230 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
1231 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl()
1236 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl()
1237 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()