| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis() 90 Instance.setSourceManager(&SM); in onBodySynthesis()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 274 void setSourceManager(SourceManager &SM) { in setSourceManager() function
|
| H A D | CompilerInstance.h | 433 void setSourceManager(SourceManager *Value);
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 664 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer() 685 setSourceManager(PP->getSourceManager()); in BeginSourceFile() 726 setSourceManager(Info.getSourceManager()); in HandleDiagnostic() 1023 setSourceManager(SM); in UpdateParsedFileStatus()
|
| H A D | FrontendAction.cpp | 692 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile() 1107 CI.setSourceManager(nullptr); in EndSourceFile()
|
| H A D | ASTUnit.cpp | 1177 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 D | PrecompiledPreamble.cpp | 477 Clang->setSourceManager( in Build()
|
| H A D | CompilerInstance.cpp | 166 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyDiagnosticConsumer.h | 123 void setSourceManager(SourceManager *SourceMgr);
|
| H A D | ExpandModularHeadersPPCallbacks.cpp | 81 Diags.setSourceManager(&Sources); in ExpandModularHeadersPPCallbacks()
|
| H A D | ClangTidyDiagnosticConsumer.cpp | 220 void ClangTidyContext::setSourceManager(SourceManager *SourceMgr) { in setSourceManager() function in ClangTidyContext 221 DiagEngine->setSourceManager(SourceMgr); in setSourceManager()
|
| H A D | ClangTidy.cpp | 393 Context.setSourceManager(SM); in createASTConsumer()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | ClangTidyTest.h | 59 Context.setSourceManager(&Compiler.getSourceManager());
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTestBase.cpp | 155 Compiler.setSourceManager(SourceMgr.get()); in buildTree()
|
| H A D | TokensTest.cpp | 140 Compiler.setSourceManager(SourceMgr.get()); in recordTokens()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 142 CI.setSourceManager(nullptr); in BeginInvocation()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 224 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 363 Diagnostics->setSourceManager(&SrcMgr); in run()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 584 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager() function
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 314 Diag.setSourceManager(this); in SourceManager()
|