Lines Matching refs:CurrentDir
1933 if (File == nullptr && !F.OriginalDir.empty() && !CurrentDir.empty() &&
1934 F.OriginalDir != CurrentDir) {
1937 CurrentDir);
3769 // FIXME: This seems rather a hack. Should CurrentDir be part of the
3772 CurrentDir = llvm::sys::path::parent_path(FileName);
3773 if (CurrentDir.empty()) CurrentDir = ".";