Searched refs:overrideFileContents (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceManager.h | 944 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 D | CompilerInstance.cpp | 410 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 D | SourceManager.cpp | 688 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 D | Preprocessor.cpp | 438 SourceMgr.overrideFileContents(File, std::move(NewBuffer)); in SetCodeCompletionPoint()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1556 SourceMgr.overrideFileContents(*File, std::move(Buffer)); in ReadSLocEntry()
|