HomeSort by relevance Sort by last modified time
    Searched refs:emitDiagnosticMessage (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Frontend/
TextDiagnostic.h 79 virtual void emitDiagnosticMessage(SourceLocation Loc,PresumedLoc PLoc,
DiagnosticRenderer.h 75 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D);
166 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D);
SerializedDiagnosticPrinter.cpp 62 virtual void emitDiagnosticMessage(SourceLocation Loc,
138 void EmitDiagnosticMessage(SourceLocation Loc,
552 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel,
573 void SDiagsWriter::EmitDiagnosticMessage(SourceLocation Loc,
605 SDiagsRenderer::emitDiagnosticMessage(SourceLocation Loc,
612 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D);
677 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note,
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 113 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,

Completed in 93 milliseconds