Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp68 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
70 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
1465 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer
1559 AddCFAnnotations(Ctx, CE, FuncDecl, FuncIsReturnAnnotated); in migrateAddFunctionAnnotation()
1580 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer
1666 AddCFAnnotations(Ctx, CE, MethodDecl, false); in migrateAddMethodAnnotation()
1682 AddCFAnnotations(Ctx, CE, MethodDecl, MethodIsReturnAnnotated); in migrateAddMethodAnnotation()