Searched refs:setSourceManager (Results 1 – 11 of 11) sorted by relevance
85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()92 Instance.setSourceManager(&SM); in onBodySynthesis()
207 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()420 CI.setSourceManager(nullptr); in BeginSourceFile()502 CI.setSourceManager(nullptr); in EndSourceFile()
38 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()80 setSourceManager(PP->getSourceManager()); in BeginSourceFile()117 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()780 setSourceManager(SM); in UpdateParsedFileStatus()
1106 Clang->setSourceManager(&getSourceManager()); in Parse()1562 Clang->setSourceManager(new SourceManager(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()1666 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()1813 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()2391 Clang->setSourceManager(&SourceMgr); in CodeComplete()
92 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
225 void setSourceManager(SourceManager &SM) { in setSourceManager() function
424 void setSourceManager(SourceManager *Value);
131 CI.setSourceManager(nullptr); in BeginInvocation()
226 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
383 void setSourceManager(SourceManager *SrcMgr) { SourceMgr = SrcMgr; } in setSourceManager() function
368 Diag.setSourceManager(this); in SourceManager()