Home
last modified time | relevance | path

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

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