Searched refs:overrideFileContents (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 996 void overrideFileContents(FileEntryRef SourceFile, in overrideFileContents() function 998 overrideFileContents(SourceFile, llvm::MemoryBuffer::getMemBuffer(Buffer)); in overrideFileContents() 1008 void overrideFileContents(FileEntryRef SourceFile, 1017 void overrideFileContents(const FileEntry *SourceFile, FileEntryRef NewFile);
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 412 SourceMgr.overrideFileContents(FromFile, RB.second->getMemBufferRef()); in InitializeFileRemapping() 414 SourceMgr.overrideFileContents( in InitializeFileRemapping() 433 SourceMgr.overrideFileContents(FromFile, *ToFile); in InitializeFileRemapping() 1412 Instance->getSourceManager().overrideFileContents(ModuleMapFile, in cloneForModuleCompile() 2255 Other->getSourceManager().overrideFileContents( in createModuleFromSource()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 715 void SourceManager::overrideFileContents( in overrideFileContents() function in SourceManager 725 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() function in SourceManager
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 446 SourceMgr.overrideFileContents(File, std::move(NewBuffer)); in SetCodeCompletionPoint()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1894 SourceMgr.overrideFileContents(*File, std::move(Buffer)); in ReadSLocEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11585 …PKNS_9FileEntryEPKN4llvm12MemoryBufferEb", "clang::SourceManager::overrideFileContents(clang::File…
|