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

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp85 Instance.getDiagnostics().setSourceManager(&SM);
90 Instance.setSourceManager(&SM);
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h274 void setSourceManager(SourceManager &SM) { function in class:clang::VerifyDiagnosticConsumer
H A DCompilerInstance.h434 /// setSourceManager - Replace the current source manager.
435 void setSourceManager(SourceManager *Value);
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp664 setSourceManager(Diags.getSourceManager());
685 setSourceManager(PP->getSourceManager());
726 setSourceManager(Info.getSourceManager());
1023 setSourceManager(SM);
H A DASTUnit.cpp1205 Clang->setSourceManager(&getSourceManager());
1472 CI.setSourceManager(nullptr);
1611 Clang->setSourceManager(&AST->getSourceManager());
2227 Clang->setSourceManager(&SourceMgr);
H A DFrontendAction.cpp697 CI.setSourceManager(&AST->getSourceManager());
1128 CI.setSourceManager(nullptr);
H A DPrecompiledPreamble.cpp477 Clang->setSourceManager(
H A DCompilerInstance.cpp170 void CompilerInstance::setSourceManager(SourceManager *Value) { function in class:CompilerInstance
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp142 CI.setSourceManager(nullptr);
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp224 Diags->setSourceManager(&PP.getSourceManager());
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp433 Diags->setSourceManager(&SrcMgr);
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h584 void setSourceManager(SourceManager *SrcMgr) { function in class:clang::DiagnosticsEngine
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp363 Diagnostics->setSourceManager(&SrcMgr);
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp314 Diag.setSourceManager(this);

Completed in 360 milliseconds