Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1477 fixit_iterator fixit_begin() const { return FixIts.begin(); } in fixit_begin() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp485 DiagFixItHints.append(storedDiag.fixit_begin(), storedDiag.fixit_end()); in Report()