Home
last modified time | relevance | path

Searched refs:storedDiag (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DDiagnostic.cpp337 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() argument
340 CurDiagLoc = storedDiag.getLocation(); in Report()
341 CurDiagID = storedDiag.getID(); in Report()
345 DiagRanges.append(storedDiag.range_begin(), storedDiag.range_end()); in Report()
348 DiagFixItHints.append(storedDiag.fixit_begin(), storedDiag.fixit_end()); in Report()
351 Level DiagLevel = storedDiag.getLevel(); in Report()
352 Diagnostic Info(this, storedDiag.getMessage()); in Report()
/external/clang/include/clang/Basic/
DDiagnostic.h675 void Report(const StoredDiagnostic &storedDiag);