Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp67 void AddCFAnnotations(ASTContext &Ctx,
70 void AddCFAnnotations(ASTContext &Ctx,
1455 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer
1547 AddCFAnnotations(Ctx, RS, FuncDecl, FuncIsReturnAnnotated); in migrateAddFunctionAnnotation()
1568 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer
1658 AddCFAnnotations(Ctx, RS, MethodDecl, false); in migrateAddMethodAnnotation()
1672 AddCFAnnotations(Ctx, RS, MethodDecl, MethodIsReturnAnnotated); in migrateAddMethodAnnotation()