Home
last modified time | relevance | path

Searched refs:NewFile (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp845 StringRef NewFile) { in moveAll() argument
860 if (!NewFile.empty()) { in moveAll()
862 tooling::Replacements(tooling::Replacement(NewFile, 0, 0, Code)); in moveAll()
869 if (Context->Spec.NewCC == NewFile && OldHeaderIncludeRangeInCC.isValid()) in moveAll()
871 else if (Context->Spec.NewHeader == NewFile && in moveAll()
874 Context->FileToReplacements[std::string(NewFile)] = std::move(AllCode); in moveAll()
H A DMove.h161 void moveAll(SourceManager& SM, StringRef OldFile, StringRef NewFile);
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp469 const std::string &NewFile) { in RenameFeatureSetFile() argument
472 DirPlusFile(FeaturesDir, NewFile)); in RenameFeatureSetFile()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp698 const FileEntry *NewFile) { in overrideFileContents() argument
699 assert(SourceFile->getSize() == NewFile->getSize() && in overrideFileContents()
705 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile; in overrideFileContents()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.cpp265 bool NewFile = WorkScheduler->update(File, Inputs, WantDiags); in addDocument() local
267 if (NewFile && BackgroundIdx) in addDocument()
H A DTUScheduler.cpp1646 bool NewFile = FD == nullptr; in update() local
1666 return NewFile; in update()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2159 auto NewFile = std::make_unique<RedirectingFileSystem::FileEntry>( in create() local
2163 ToEntry = NewFile.get(); in create()
2165 std::move(NewFile)); in create()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h978 const FileEntry *NewFile);