Searched refs:NewFile (Results 1 – 8 of 8) sorted by relevance
845 StringRef NewFile) { in moveAll() argument860 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()
161 void moveAll(SourceManager& SM, StringRef OldFile, StringRef NewFile);
469 const std::string &NewFile) { in RenameFeatureSetFile() argument472 DirPlusFile(FeaturesDir, NewFile)); in RenameFeatureSetFile()
698 const FileEntry *NewFile) { in overrideFileContents() argument699 assert(SourceFile->getSize() == NewFile->getSize() && in overrideFileContents()705 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile; in overrideFileContents()
265 bool NewFile = WorkScheduler->update(File, Inputs, WantDiags); in addDocument() local267 if (NewFile && BackgroundIdx) in addDocument()
1646 bool NewFile = FD == nullptr; in update() local1666 return NewFile; in update()
2159 auto NewFile = std::make_unique<RedirectingFileSystem::FileEntry>( in create() local2163 ToEntry = NewFile.get(); in create()2165 std::move(NewFile)); in create()
978 const FileEntry *NewFile);