Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CurrentDir

2178   if (File == nullptr && !F.OriginalDir.empty() && !CurrentDir.empty() &&
2179 F.OriginalDir != CurrentDir) {
2182 CurrentDir);
3879 // FIXME: This seems rather a hack. Should CurrentDir be part of the
3882 CurrentDir = llvm::sys::path::parent_path(FileName);
3883 if (CurrentDir.empty()) CurrentDir = ".";