Searched refs:diag_buf (Results 1 – 1 of 1) sorted by relevance
388 …TextDiagnosticBuffer *diag_buf = static_cast<TextDiagnosticBuffer*>(m_compiler->getDiagnostics().g… in Parse() local390 diag_buf->FlushDiagnostics (m_compiler->getDiagnostics()); in Parse()395 diag_buf->BeginSourceFile(m_compiler->getLangOpts(), &m_compiler->getPreprocessor()); in Parse()404 diag_buf->EndSourceFile(); in Parse()410 for (diag_iterator = diag_buf->warn_begin(); in Parse()411 diag_iterator != diag_buf->warn_end(); in Parse()417 for (diag_iterator = diag_buf->err_begin(); in Parse()418 diag_iterator != diag_buf->err_end(); in Parse()425 for (diag_iterator = diag_buf->note_begin(); in Parse()426 diag_iterator != diag_buf->note_end(); in Parse()