Searched refs:currentFile (Results 1 – 3 of 3) sorted by relevance
161 for (FileToRemoveList *currentFile = OldHead; currentFile;162 currentFile = currentFile->Next.load()) {165 if (char *path = currentFile->Filename.exchange(nullptr)) {183 currentFile->Filename.exchange(path);
841 if (const SourceFile * currentFile{allSources_.GetSourceFile(provenance)}) { in FortranInclude() local842 prependPath = DirectoryName(currentFile->path()); in FortranInclude()
610 if (const auto *currentFile{allSources_.GetSourceFile(prov)}) { in Directive() local611 prependPath = DirectoryName(currentFile->path()); in Directive()