Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp84 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
89 Instance.setSourceManager(&SM); in onBodySynthesis()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/InstallAPI/
HDFrontend.h39 Ctx.Verifier->setSourceManager(CI.getSourceManagerPtr()); in CreateASTConsumer()
HDDylibVerifier.h115 void setSourceManager(IntrusiveRefCntPtr<SourceManager> SourceMgr);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDVerifyDiagnosticConsumer.h126 void setSourceManager(SourceManager &SM) { in setSourceManager() function
HDCompilerInstance.h486 void setSourceManager(SourceManager *Value);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp675 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()
696 setSourceManager(PP->getSourceManager()); in BeginSourceFile()
737 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()
1038 setSourceManager(SM); in UpdateParsedFileStatus()
HDFrontendAction.cpp710 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
1151 CI.setSourceManager(nullptr); in EndSourceFile()
HDASTUnit.cpp1225 Clang->setSourceManager(&getSourceManager()); in Parse()
1494 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1633 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2259 Clang->setSourceManager(&SourceMgr); in CodeComplete()
HDPrecompiledPreamble.cpp491 Clang->setSourceManager( in Build()
HDCompilerInstance.cpp168 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDDylibVerifier.cpp519 void DylibVerifier::setSourceManager( in setSourceManager() function in clang::installapi::DylibVerifier
524 Ctx.Diag->setSourceManager(SourceManagers.back().get()); in setSourceManager()
667 Ctx.Diag->setSourceManager(ZSource.SrcMgr); in visitSymbolInDylib()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp142 CI.setSourceManager(nullptr); in BeginInvocation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDARCMT.cpp224 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp394 Diagnostics->setSourceManager(&SrcMgr); in run()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningWorker.cpp643 Diags->setSourceManager(&SrcMgr); in computeDependencies()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h589 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp322 Diag.setSourceManager(this); in SourceManager()