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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h932 void overrideFileContents(const FileEntry *SourceFile,
934 void overrideFileContents(const FileEntry *SourceFile, function in class:clang::SourceManager
936 overrideFileContents(SourceFile, Buffer.release(), /*DoNotFree*/ false);
945 void overrideFileContents(const FileEntry *SourceFile,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp347 SourceMgr.overrideFileContents(FromFile, RB.second,
370 SourceMgr.overrideFileContents(FromFile, *ToFile);
864 SourceMgr.overrideFileContents(FE, std::move(*MB));
889 SourceMgr.overrideFileContents(File, std::move(SB));
1234 Instance.getSourceManager().overrideFileContents(
2065 Other.getSourceManager().overrideFileContents(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp659 void SourceManager::overrideFileContents(const FileEntry *SourceFile, function in class:SourceManager
671 void SourceManager::overrideFileContents(const FileEntry *SourceFile, function in class:SourceManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp442 SourceMgr.overrideFileContents(File, std::move(NewBuffer));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1551 SourceMgr.overrideFileContents(File, std::move(Buffer));

Completed in 268 milliseconds