OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handleDiagnostic
(Results
1 - 3
of
3
) sorted by null
/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);
/external/clang/lib/Parse/
ParseStmtAsm.cpp
112
((ClangAsmParserCallback *)Context)->
handleDiagnostic
(D);
171
void
handleDiagnostic
(const llvm::SMDiagnostic &D) {
Completed in 110 milliseconds