Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp113 SM.setMainFileID(mainFileID); in onBodySynthesis()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1080 source_mgr.setMainFileID(source_mgr.createFileID( in ParseInternal()
1093 source_mgr.setMainFileID(source_mgr.createFileID(std::move(memory_buffer))); in ParseInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp901 SourceMgr.setMainFileID(SourceMgr.createFileID(Input.getBuffer(), Kind)); in InitializeSourceManager()
923 SourceMgr.setMainFileID( in InitializeSourceManager()
H A DFrontendAction.cpp802 SourceMgr.setMainFileID(BufferID); in BeginSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h843 void setMainFileID(FileID FID) { in setMainFileID() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2269 SourceMgr->setMainFileID(ID); in SourceManagerForFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4436 SourceMgr.setMainFileID(PrimaryModule.OriginalSourceFileID); in ReadAST()