Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
92 Instance.setSourceManager(&SM); in onBodySynthesis()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp38 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()
80 setSourceManager(PP->getSourceManager()); in BeginSourceFile()
117 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()
771 setSourceManager(SM); in UpdateParsedFileStatus()
DFrontendAction.cpp206 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
420 CI.setSourceManager(nullptr); in BeginSourceFile()
DASTUnit.cpp1089 Clang->setSourceManager(&getSourceManager()); in Parse()
1543 Clang->setSourceManager(new SourceManager(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()
1647 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1791 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2361 Clang->setSourceManager(&SourceMgr); in CodeComplete()
DCompilerInstance.cpp92 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h225 void setSourceManager(SourceManager &SM) { in setSourceManager() function
DCompilerInstance.h407 void setSourceManager(SourceManager *Value);
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp130 CI.setSourceManager(nullptr); in BeginInvocation()
/external/clang/lib/ARCMigrate/
DARCMT.cpp222 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/external/clang/include/clang/Basic/
DDiagnostic.h382 void setSourceManager(SourceManager *SrcMgr) { SourceMgr = SrcMgr; } in setSourceManager() function
/external/clang/lib/Basic/
DSourceManager.cpp373 Diag.setSourceManager(this); in SourceManager()