Searched refs:setSourceManager (Results 1 – 11 of 11) sorted by relevance
85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()92 Instance.setSourceManager(&SM); in onBodySynthesis()
38 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()80 setSourceManager(PP->getSourceManager()); in BeginSourceFile()117 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()771 setSourceManager(SM); in UpdateParsedFileStatus()
206 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()420 CI.setSourceManager(nullptr); in BeginSourceFile()
1089 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()
92 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
225 void setSourceManager(SourceManager &SM) { in setSourceManager() function
407 void setSourceManager(SourceManager *Value);
130 CI.setSourceManager(nullptr); in BeginInvocation()
222 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
382 void setSourceManager(SourceManager *SrcMgr) { SourceMgr = SrcMgr; } in setSourceManager() function
373 Diag.setSourceManager(this); in SourceManager()