Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnostic.cpp338 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() argument
341 CurDiagLoc = storedDiag.getLocation(); in Report()
342 CurDiagID = storedDiag.getID(); in Report()
346 DiagRanges.append(storedDiag.range_begin(), storedDiag.range_end()); in Report()
349 DiagFixItHints.append(storedDiag.fixit_begin(), storedDiag.fixit_end()); in Report()
352 Level DiagLevel = storedDiag.getLevel(); in Report()
353 Diagnostic Info(this, storedDiag.getMessage()); in Report()
/external/clang/include/clang/Basic/
DDiagnostic.h682 void Report(const StoredDiagnostic &storedDiag);