Searched refs:AddCFAnnotations (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 67 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, 69 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, 1334 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1430 AddCFAnnotations(Ctx, CE, FuncDecl, FuncIsReturnAnnotated); in migrateAddFunctionAnnotation() 1451 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1539 AddCFAnnotations(Ctx, CE, MethodDecl, false); in migrateAddMethodAnnotation() 1555 AddCFAnnotations(Ctx, CE, MethodDecl, MethodIsReturnAnnotated); in migrateAddMethodAnnotation()
|