Home
last modified time | relevance | path

Searched refs:overrideFileContents (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h944 void overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() function
946 overrideFileContents(SourceFile, llvm::MemoryBuffer::getMemBuffer(Buffer)); in overrideFileContents()
956 void overrideFileContents(const FileEntry *SourceFile,
958 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents() function
960 overrideFileContents(&SourceFile.getFileEntry(), std::move(Buffer)); in overrideFileContents()
969 void overrideFileContents(const FileEntry *SourceFile,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp410 SourceMgr.overrideFileContents(FromFile, RB.second->getMemBufferRef()); in InitializeFileRemapping()
412 SourceMgr.overrideFileContents( in InitializeFileRemapping()
436 SourceMgr.overrideFileContents(FromFile, *ToFile); in InitializeFileRemapping()
1236 Instance.getSourceManager().overrideFileContents( in compileModule()
2056 Other.getSourceManager().overrideFileContents( in createModuleFromSource()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp688 void SourceManager::overrideFileContents( in overrideFileContents() function in SourceManager
698 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() function in SourceManager
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp438 SourceMgr.overrideFileContents(File, std::move(NewBuffer)); in SetCodeCompletionPoint()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1556 SourceMgr.overrideFileContents(*File, std::move(Buffer)); in ReadSLocEntry()