Home
last modified time | relevance | path

Searched refs:storedDiag (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Basic/
DDiagnostic.cpp485 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() argument
489 CurDiagLoc = storedDiag.getLocation(); in Report()
490 CurDiagID = storedDiag.getID(); in Report()
494 DiagStorage.DiagRanges.append(storedDiag.range_begin(), in Report()
495 storedDiag.range_end()); in Report()
498 DiagStorage.FixItHints.append(storedDiag.fixit_begin(), in Report()
499 storedDiag.fixit_end()); in Report()
502 Level DiagLevel = storedDiag.getLevel(); in Report()
503 Diagnostic Info(this, storedDiag.getMessage()); in Report()
/external/clang/include/clang/Basic/
DDiagnostic.h682 void Report(const StoredDiagnostic &storedDiag);
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h897 void Report(const StoredDiagnostic &storedDiag);