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

  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticPrinter.h 35 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
37 virtual void handleDiagnostic(DiagnosticEngine::Severity pSeverity,
TextDiagnosticPrinter.h 29 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
31 virtual void handleDiagnostic(DiagnosticEngine::Severity pSeverity,
  /frameworks/compile/mclinker/lib/LD/
DiagnosticPrinter.cpp 23 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
25 void DiagnosticPrinter::handleDiagnostic(DiagnosticEngine::Severity pSeverity,
TextDiagnosticPrinter.cpp 43 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
45 void TextDiagnosticPrinter::handleDiagnostic(
48 DiagnosticPrinter::handleDiagnostic(pSeverity, pInfo);
DiagnosticInfos.cpp 171 pEngine.getPrinter()->handleDiagnostic(severity, info);
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 112 ((ClangAsmParserCallback *)Context)->handleDiagnostic(D);
171 void handleDiagnostic(const llvm::SMDiagnostic &D) {

Completed in 138 milliseconds