Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CurrentDir

1273     if (File == 0 && !OriginalDir.empty() && !CurrentDir.empty() &&
1274 OriginalDir != CurrentDir) {
1277 CurrentDir);
1853 if (File == 0 && !OriginalDir.empty() && !CurrentDir.empty() &&
1854 OriginalDir != CurrentDir) {
1857 CurrentDir);
2669 CurrentDir = llvm::sys::path::parent_path(FileName);
2670 if (CurrentDir.empty()) CurrentDir = ".";