Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp111 SM.setMainFileID(mainFileID); in onBodySynthesis()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1256 source_mgr.setMainFileID(source_mgr.createFileID( in ParseInternal()
1268 source_mgr.setMainFileID(source_mgr.createFileID(std::move(memory_buffer))); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp976 SourceMgr.setMainFileID(SourceMgr.createFileID(Input.getBuffer(), Kind)); in InitializeSourceManager()
997 SourceMgr.setMainFileID( in InitializeSourceManager()
H A DFrontendAction.cpp1065 SourceMgr.setMainFileID(BufferID); in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h895 void setMainFileID(FileID FID) { in setMainFileID() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2391 SourceMgr->setMainFileID(ID); in SourceManagerForFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4932 SourceMgr.setMainFileID(PrimaryModule.OriginalSourceFileID); in ReadAST()