Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CurrentDir

1087     if (File == 0 && !OriginalDir.empty() && !CurrentDir.empty() &&
1088 OriginalDir != CurrentDir) {
1091 CurrentDir);
1601 if (File == 0 && !OriginalDir.empty() && !CurrentDir.empty() &&
1602 OriginalDir != CurrentDir) {
1605 CurrentDir);
2718 // FIXME: This seems rather a hack. Should CurrentDir be part of the
2721 CurrentDir = llvm::sys::path::parent_path(FileName);
2722 if (CurrentDir.empty()) CurrentDir = ".";