Searched refs:setSourceManager (Results 1 – 11 of 11) sorted by relevance
85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()92 Instance.setSourceManager(&SM); in onBodySynthesis()
225 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()438 CI.setSourceManager(nullptr); in BeginSourceFile()520 CI.setSourceManager(nullptr); in EndSourceFile()
38 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()80 setSourceManager(PP->getSourceManager()); in BeginSourceFile()117 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()778 setSourceManager(SM); in UpdateParsedFileStatus()
1106 Clang->setSourceManager(&getSourceManager()); in Parse()1570 Clang->setSourceManager(new SourceManager(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()1674 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()1821 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()2400 Clang->setSourceManager(&SourceMgr); in CodeComplete()
94 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
225 void setSourceManager(SourceManager &SM) { in setSourceManager() function
424 void setSourceManager(SourceManager *Value);
132 CI.setSourceManager(nullptr); in BeginInvocation()
227 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
384 void setSourceManager(SourceManager *SrcMgr) { SourceMgr = SrcMgr; } in setSourceManager() function
368 Diag.setSourceManager(this); in SourceManager()