Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp66 const FunctionDecl *FuncDecl, bool ResultAnnotated);
73 const FunctionDecl *FuncDecl);
1311 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local
1312 CF_BRIDGING_KIND AuditKind = migrateAddFunctionAnnotation(Ctx, FuncDecl); in migrateCFAnnotation()
1336 const FunctionDecl *FuncDecl, in AddCFAnnotations() argument
1358 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() argument
1388 if (FuncDecl->hasBody()) in migrateAddFunctionAnnotation()
[all …]
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp1082 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
1084 D.complete(FuncDecl); in ParseFunctionDefinition()
1086 if (FuncDecl) { in ParseFunctionDefinition()
1088 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition()
1090 return FuncDecl; in ParseFunctionDefinition()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1233 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
1234 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl()
1239 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl()
1240 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()