Searched refs:AddCFAnnotations (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 68 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, 70 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, 1455 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1549 AddCFAnnotations(Ctx, CE, FuncDecl, FuncIsReturnAnnotated); in migrateAddFunctionAnnotation() 1570 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1659 AddCFAnnotations(Ctx, CE, MethodDecl, false); in migrateAddMethodAnnotation() 1675 AddCFAnnotations(Ctx, CE, MethodDecl, MethodIsReturnAnnotated); in migrateAddMethodAnnotation()
|