Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CurrentDir

1565     if (File == 0 && !F.OriginalDir.empty() && !CurrentDir.empty() &&
1566 F.OriginalDir != CurrentDir) {
1569 CurrentDir);
1640 if (File == 0 && !M.OriginalDir.empty() && !CurrentDir.empty() &&
1641 M.OriginalDir != CurrentDir) {
1644 CurrentDir);
2947 // FIXME: This seems rather a hack. Should CurrentDir be part of the
2950 CurrentDir = llvm::sys::path::parent_path(FileName);
2951 if (CurrentDir.empty()) CurrentDir = ".";