Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp67 void AddCFAnnotations(ASTContext &Ctx,
70 void AddCFAnnotations(ASTContext &Ctx,
1450 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer
1542 AddCFAnnotations(Ctx, RS, FuncDecl, FuncIsReturnAnnotated); in migrateAddFunctionAnnotation()
1563 void ObjCMigrateASTConsumer::AddCFAnnotations(ASTContext &Ctx, in AddCFAnnotations() function in ObjCMigrateASTConsumer
1653 AddCFAnnotations(Ctx, RS, MethodDecl, false); in migrateAddMethodAnnotation()
1667 AddCFAnnotations(Ctx, RS, MethodDecl, MethodIsReturnAnnotated); in migrateAddMethodAnnotation()