Searched refs:AddCFAnnotations (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 67 void AddCFAnnotations(ASTContext &Ctx, 70 void AddCFAnnotations(ASTContext &Ctx, 1456 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1548 AddCFAnnotations(Ctx, RS, FuncDecl, FuncIsReturnAnnotated); in migrateAddFunctionAnnotation() 1569 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer 1659 AddCFAnnotations(Ctx, RS, MethodDecl, false); in migrateAddMethodAnnotation() 1673 AddCFAnnotations(Ctx, RS, MethodDecl, MethodIsReturnAnnotated); in migrateAddMethodAnnotation()
|