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 void setSourceManager(SourceManager &SM) { in setSourceManager() function
395 void setSourceManager(SourceManager *Value);
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()409 CI.setSourceManager(nullptr); in BeginSourceFile()
1102 Clang->setSourceManager(&getSourceManager()); in Parse()1560 Clang->setSourceManager(new SourceManager(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()1665 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()1809 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()2379 Clang->setSourceManager(&SourceMgr); in CodeComplete()
92 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
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()