Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:FD

1914       else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(*D)) {
1916 canModify(FD))
1917 migrateCFAnnotation(Ctx, FD);
2205 int FD;
2207 path::extension(FE->getName()).drop_front(), FD,
2213 llvm::raw_fd_ostream TmpOut(FD, /*shouldClose=*/true);