Home
last modified time | relevance | path

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

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