Searched refs:AddCFAnnotations (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 68 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, 70 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, 1477 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1573 AddCFAnnotations(Ctx, CE, FuncDecl, FuncIsReturnAnnotated); in migrateAddFunctionAnnotation() 1594 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1682 AddCFAnnotations(Ctx, CE, MethodDecl, false); in migrateAddMethodAnnotation() 1698 AddCFAnnotations(Ctx, CE, MethodDecl, MethodIsReturnAnnotated); in migrateAddMethodAnnotation()
|