OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextDiagnostic
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Frontend/
TextDiagnosticPrinter.h
26
class
TextDiagnostic
;
33
std::unique_ptr<
TextDiagnostic
> TextDiag;
TextDiagnostic.h
1
//===---
TextDiagnostic
.h - Text Diagnostic Pretty-Printing -----*- C++ -*-===//
35
class
TextDiagnostic
: public DiagnosticRenderer {
39
TextDiagnostic
(raw_ostream &OS,
43
virtual ~
TextDiagnostic
();
49
///
TextDiagnostic
emission code, but it can also be used directly by
51
///
TextDiagnostic
logic requires.
62
/// build a complete
TextDiagnostic
object can still get consistent
/external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp
18
#include "clang/Frontend/
TextDiagnostic
.h"
41
// Build the
TextDiagnostic
utility.
42
TextDiag.reset(new
TextDiagnostic
(OS, LO, &*DiagOpts));
139
TextDiagnostic
::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors,
141
TextDiagnostic
::printDiagnosticMessage(OS, Level, DiagMessageStream.str(),
Android.mk
51
TextDiagnostic
.cpp \
TextDiagnostic.cpp
1
//===---
TextDiagnostic
.cpp - Text Diagnostic Pretty-Printing -------------===//
10
#include "clang/Frontend/
TextDiagnostic
.h"
666
TextDiagnostic
::
TextDiagnostic
(raw_ostream &OS,
671
TextDiagnostic
::~
TextDiagnostic
() {}
674
TextDiagnostic
::emitDiagnosticMessage(SourceLocation Loc,
699
TextDiagnostic
::printDiagnosticLevel(raw_ostream &OS,
740
void
TextDiagnostic
::printDiagnosticMessage(raw_ostream &OS,
772
void
TextDiagnostic
::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc
[
all
...]
Completed in 47 milliseconds