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

/external/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp85 Instance.getDiagnostics().setSourceManager(&SM);
92 Instance.setSourceManager(&SM);
/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h225 void setSourceManager(SourceManager &SM) { function in class:clang::VerifyDiagnosticConsumer
H A DCompilerInstance.h423 /// setSourceManager - Replace the current source manager.
424 void setSourceManager(SourceManager *Value);
/external/clang/lib/Frontend/
H A DFrontendAction.cpp225 CI.setSourceManager(&AST->getSourceManager());
438 CI.setSourceManager(nullptr);
520 CI.setSourceManager(nullptr);
H A DVerifyDiagnosticConsumer.cpp38 setSourceManager(Diags.getSourceManager());
80 setSourceManager(PP->getSourceManager());
117 setSourceManager(Info.getSourceManager());
778 setSourceManager(SM);
H A DASTUnit.cpp1106 Clang->setSourceManager(&getSourceManager());
1570 Clang->setSourceManager(new SourceManager(getDiagnostics(),
1674 CI.setSourceManager(nullptr);
1821 Clang->setSourceManager(&AST->getSourceManager());
2400 Clang->setSourceManager(&SourceMgr);
H A DCompilerInstance.cpp94 void CompilerInstance::setSourceManager(SourceManager *Value) { function in class:CompilerInstance
/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp132 CI.setSourceManager(nullptr);
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp227 Diags->setSourceManager(&PP.getSourceManager());
/external/clang/include/clang/Basic/
H A DDiagnostic.h384 void setSourceManager(SourceManager *SrcMgr) { SourceMgr = SrcMgr; } function in class:clang::DiagnosticsEngine
/external/clang/lib/Basic/
H A DSourceManager.cpp368 Diag.setSourceManager(this);

Completed in 203 milliseconds