• Home
  • Raw
  • Download

Lines Matching refs:getDiagnostics

236   if (MainFileIsAST && getDiagnostics().getClient()) {  in ~ASTUnit()
237 getDiagnostics().getClient()->EndSourceFile(); in ~ASTUnit()
526 TargetInfo::CreateTargetInfo(PP.getDiagnostics(), this->TargetOpts); in ReadTargetOptions()
676 AST->SourceMgr = new SourceManager(AST->getDiagnostics(), in LoadFromASTFile()
683 AST->getDiagnostics(), in LoadFromASTFile()
698 new Preprocessor(PPOpts, AST->getDiagnostics(), AST->ASTFileLangOpts, in LoadFromASTFile()
739 AST->getDiagnostics().Report(diag::err_fe_unable_to_load_pch); in LoadFromASTFile()
756 AST->getDiagnostics().getClient()->BeginSourceFile(Context.getLangOpts(),&PP); in LoadFromASTFile()
1057 Clang->setDiagnostics(&getDiagnostics()); in Parse()
1061 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in Parse()
1085 SourceMgr = new SourceManager(getDiagnostics(), *FileMgr, in Parse()
1438 getDiagnostics().Reset(); in getMainBufferWithPrecompiledPreamble()
1439 ProcessWarningOptions(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()
1441 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in getMainBufferWithPrecompiledPreamble()
1519 Clang->setDiagnostics(&getDiagnostics()); in getMainBufferWithPrecompiledPreamble()
1523 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in getMainBufferWithPrecompiledPreamble()
1546 getDiagnostics().Reset(); in getMainBufferWithPrecompiledPreamble()
1547 ProcessWarningOptions(getDiagnostics(), Clang->getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble()
1554 createVFSFromCompilerInvocation(Clang->getInvocation(), getDiagnostics()); in getMainBufferWithPrecompiledPreamble()
1562 Clang->setSourceManager(new SourceManager(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()
1606 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()
1717 AST->SourceMgr = new SourceManager(AST->getDiagnostics(), *AST->FileMgr, in create()
1767 ProcessWarningOptions(AST->getDiagnostics(), CI->getDiagnosticOpts()); in LoadFromCompilerInvocationAction()
1782 Clang->setDiagnostics(&AST->getDiagnostics()); in LoadFromCompilerInvocationAction()
1786 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in LoadFromCompilerInvocationAction()
1875 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
2051 getDiagnostics().Reset(); in Reparse()
2052 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
2054 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in Reparse()
2363 Clang->getDiagnostics(), in CodeComplete()
2369 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in CodeComplete()
2503 bool hasErrors = getDiagnostics().hasErrorOccurred(); in serialize()