Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CurrentDir

1673     if (File == 0 && !F.OriginalDir.empty() && !CurrentDir.empty() &&
1674 F.OriginalDir != CurrentDir) {
1677 CurrentDir);
1754 if (File == 0 && !M.OriginalDir.empty() && !CurrentDir.empty() &&
1755 M.OriginalDir != CurrentDir) {
1758 CurrentDir);
3114 // FIXME: This seems rather a hack. Should CurrentDir be part of the
3117 CurrentDir = llvm::sys::path::parent_path(FileName);
3118 if (CurrentDir.empty()) CurrentDir = ".";