Lines Matching refs:getDiagnostics
252 if (MainFileIsAST && getDiagnostics().getClient()) { in ~ASTUnit()
253 getDiagnostics().getClient()->EndSourceFile(); in ~ASTUnit()
279 assert(getDiagnostics().getClient() && Ctx && in enableSourceFileDiagnostics()
281 getDiagnostics().getClient()->BeginSourceFile(Ctx->getLangOpts(), PP.get()); in enableSourceFileDiagnostics()
591 HSOpts.VFSOverlayFiles, PP.getDiagnostics(), in ReadHeaderSearchPaths()
614 TargetInfo::CreateTargetInfo(PP.getDiagnostics(), this->TargetOpts); in ReadTargetOptions()
634 Target->adjust(PP.getDiagnostics(), LangOpt); in updated()
825 AST->SourceMgr = new SourceManager(AST->getDiagnostics(), in LoadFromASTFile()
833 AST->getDiagnostics(), in LoadFromASTFile()
843 AST->PPOpts, AST->getDiagnostics(), *AST->LangOpts, in LoadFromASTFile()
888 AST->getDiagnostics().Report(diag::err_fe_unable_to_load_pch); in LoadFromASTFile()
912 AST->getDiagnostics().getClient()->BeginSourceFile(PP.getLangOpts(), &PP); in LoadFromASTFile()
1196 Clang->setDiagnostics(&getDiagnostics()); in Parse()
1217 SourceMgr = new SourceManager(getDiagnostics(), *FileMgr, in Parse()
1364 getDiagnostics().Reset(); in getMainBufferWithPrecompiledPreamble()
1365 ProcessWarningOptions(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()
1367 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in getMainBufferWithPrecompiledPreamble()
1449 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()
1543 AST->SourceMgr = new SourceManager(AST->getDiagnostics(), *AST->FileMgr, in create()
1592 ProcessWarningOptions(AST->getDiagnostics(), CI->getDiagnosticOpts()); in LoadFromCompilerInvocationAction()
1608 Clang->setDiagnostics(&AST->getDiagnostics()); in LoadFromCompilerInvocationAction()
1699 getDiagnostics().Reset(); in LoadFromCompilerInvocation()
1700 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1707 getDiagnostics().Reset(); in LoadFromCompilerInvocation()
1708 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1900 getDiagnostics().Reset(); in Reparse()
1901 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
1903 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in Reparse()
2238 Clang->getDiagnostics(), in CodeComplete()