Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1733 fixit_iterator fixit_begin() const { return FixIts.begin(); } in fixit_begin() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp511 DiagStorage.FixItHints.append(storedDiag.fixit_begin(), in Report()