Home | History | Annotate | Download | only in Frontend

Lines Matching full:existed

430         bool existed;
431 llvm::sys::fs::remove(it->TempFilename, existed);
443 bool existed;
444 llvm::sys::fs::remove(it->TempFilename, existed);
1085 bool Existed;
1086 if (llvm::sys::fs::remove(File->path(), Existed) || !Existed) {
1094 bool Existed;
1095 llvm::sys::fs::remove(Dir->path(), Existed);
1185 bool Existed;
1186 llvm::sys::fs::remove(ModuleFileName, Existed);