Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h904 void overrideFileContents(const FileEntry *SourceFile,
906 void overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() function
908 overrideFileContents(SourceFile, Buffer.release(), /*DoNotFree*/ false); in overrideFileContents()
917 void overrideFileContents(const FileEntry *SourceFile,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp340 SourceMgr.overrideFileContents(FromFile, RB.second, in InitializeFileRemapping()
363 SourceMgr.overrideFileContents(FromFile, ToFile); in InitializeFileRemapping()
863 SourceMgr.overrideFileContents(File, std::move(*MB)); in InitializeSourceManager()
886 SourceMgr.overrideFileContents(File, std::move(SB)); in InitializeSourceManager()
1221 Instance.getSourceManager().overrideFileContents( in compileModuleImpl()
2010 Other.getSourceManager().overrideFileContents( in loadModuleFromSource()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp629 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() function in SourceManager
641 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() function in SourceManager
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp434 SourceMgr.overrideFileContents(File, std::move(NewBuffer)); in SetCodeCompletionPoint()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1467 SourceMgr.overrideFileContents(File, std::move(Buffer)); in ReadSLocEntry()