Home
last modified time | relevance | path

Searched refs:setMainFileID (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp112 SM.setMainFileID(mainFileID); in onBodySynthesis()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1054 source_mgr.setMainFileID(source_mgr.createFileID( in ParseInternal()
1067 source_mgr.setMainFileID(source_mgr.createFileID(std::move(memory_buffer))); in ParseInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp980 SourceMgr.setMainFileID(SourceMgr.createFileID(Input.getBuffer(), Kind)); in InitializeSourceManager()
1001 SourceMgr.setMainFileID( in InitializeSourceManager()
H A DFrontendAction.cpp908 SourceMgr.setMainFileID(BufferID); in BeginSourceFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h887 void setMainFileID(FileID FID) { in setMainFileID() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2353 SourceMgr->setMainFileID(ID); in SourceManagerForFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4635 SourceMgr.setMainFileID(PrimaryModule.OriginalSourceFileID); in ReadAST()