Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
90 Instance.setSourceManager(&SM); in onBodySynthesis()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h274 void setSourceManager(SourceManager &SM) { in setSourceManager() function
H A DCompilerInstance.h435 void setSourceManager(SourceManager *Value);
/openbsd/gnu/llvm/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.cpp697 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
1128 CI.setSourceManager(nullptr); in EndSourceFile()
H A DASTUnit.cpp1205 Clang->setSourceManager(&getSourceManager()); in Parse()
1472 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1611 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2227 Clang->setSourceManager(&SourceMgr); in CodeComplete()
H A DPrecompiledPreamble.cpp477 Clang->setSourceManager( in Build()
H A DCompilerInstance.cpp170 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp142 CI.setSourceManager(nullptr); in BeginInvocation()
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp433 Diags->setSourceManager(&SrcMgr); in computeDependencies()
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp224 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/openbsd/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp363 Diagnostics->setSourceManager(&SrcMgr); in run()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h584 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager() function
/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp314 Diag.setSourceManager(this); in SourceManager()