Home
last modified time | relevance | path

Searched refs:currentFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc161 for (FileToRemoveList *currentFile = OldHead; currentFile;
162 currentFile = currentFile->Next.load()) {
165 if (char *path = currentFile->Filename.exchange(nullptr)) {
183 currentFile->Filename.exchange(path);
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp841 if (const SourceFile * currentFile{allSources_.GetSourceFile(provenance)}) { in FortranInclude() local
842 prependPath = DirectoryName(currentFile->path()); in FortranInclude()
H A Dpreprocessor.cpp610 if (const auto *currentFile{allSources_.GetSourceFile(prov)}) { in Directive() local
611 prependPath = DirectoryName(currentFile->path()); in Directive()