Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp84 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
89 Instance.setSourceManager(&SM); in onBodySynthesis()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h126 void setSourceManager(SourceManager &SM) { in setSourceManager() function
H A DCompilerInstance.h462 void setSourceManager(SourceManager *Value);
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp670 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()
691 setSourceManager(PP->getSourceManager()); in BeginSourceFile()
732 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()
1033 setSourceManager(SM); in UpdateParsedFileStatus()
H A DFrontendAction.cpp704 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
1142 CI.setSourceManager(nullptr); in EndSourceFile()
H A DASTUnit.cpp1213 Clang->setSourceManager(&getSourceManager()); in Parse()
1481 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1620 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2246 Clang->setSourceManager(&SourceMgr); in CodeComplete()
H A DPrecompiledPreamble.cpp490 Clang->setSourceManager( in Build()
H A DCompilerInstance.cpp168 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp142 CI.setSourceManager(nullptr); in BeginInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp477 Diags->setSourceManager(&SrcMgr); in computeDependencies()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp224 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp394 Diagnostics->setSourceManager(&SrcMgr); in run()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h589 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp314 Diag.setSourceManager(this); in SourceManager()