OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiagnosticRenderer
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
DiagnosticRenderer.h
1
//===---
DiagnosticRenderer
.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
46
class
DiagnosticRenderer
{
70
DiagnosticRenderer
(const LangOptions &LangOpts,
73
virtual ~
DiagnosticRenderer
();
154
class DiagnosticNoteRenderer : public
DiagnosticRenderer
{
158
:
DiagnosticRenderer
(LangOpts, DiagOpts) {}
/external/clang/lib/Frontend/
DiagnosticRenderer.cpp
1
//===---
DiagnosticRenderer
.cpp - Diagnostic Pretty-Printing --------------===//
10
#include "clang/Frontend/
DiagnosticRenderer
.h"
68
DiagnosticRenderer
::
DiagnosticRenderer
(const LangOptions &LangOpts,
72
DiagnosticRenderer
::~
DiagnosticRenderer
() {}
123
void
DiagnosticRenderer
::emitDiagnostic(SourceLocation Loc,
185
void
DiagnosticRenderer
::emitStoredDiagnostic(StoredDiagnostic &Diag) {
204
void
DiagnosticRenderer
::emitIncludeStack(SourceLocation Loc,
229
void
DiagnosticRenderer
::emitIncludeStackRecursively(SourceLocation Loc
[
all
...]
Completed in 117 milliseconds