Home
last modified time | relevance | path

Searched refs:setSourceManager (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
90 Instance.setSourceManager(&SM); in onBodySynthesis()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h274 void setSourceManager(SourceManager &SM) { in setSourceManager() function
H A DCompilerInstance.h433 void setSourceManager(SourceManager *Value);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp664 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()
685 setSourceManager(PP->getSourceManager()); in BeginSourceFile()
726 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()
1023 setSourceManager(SM); in UpdateParsedFileStatus()
H A DFrontendAction.cpp692 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
1107 CI.setSourceManager(nullptr); in EndSourceFile()
H A DASTUnit.cpp1177 Clang->setSourceManager(&getSourceManager()); in Parse()
1444 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1583 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2200 Clang->setSourceManager(&SourceMgr); in CodeComplete()
H A DPrecompiledPreamble.cpp477 Clang->setSourceManager( in Build()
H A DCompilerInstance.cpp166 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h123 void setSourceManager(SourceManager *SourceMgr);
H A DExpandModularHeadersPPCallbacks.cpp81 Diags.setSourceManager(&Sources); in ExpandModularHeadersPPCallbacks()
H A DClangTidyDiagnosticConsumer.cpp220 void ClangTidyContext::setSourceManager(SourceManager *SourceMgr) { in setSourceManager() function in ClangTidyContext
221 DiagEngine->setSourceManager(SourceMgr); in setSourceManager()
H A DClangTidy.cpp393 Context.setSourceManager(SM); in createASTConsumer()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyTest.h59 Context.setSourceManager(&Compiler.getSourceManager());
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp155 Compiler.setSourceManager(SourceMgr.get()); in buildTree()
H A DTokensTest.cpp140 Compiler.setSourceManager(SourceMgr.get()); in recordTokens()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp142 CI.setSourceManager(nullptr); in BeginInvocation()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMT.cpp224 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp363 Diagnostics->setSourceManager(&SrcMgr); in run()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h584 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp314 Diag.setSourceManager(this); in SourceManager()