Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp101 const FixItHint &Hint = Diag.fixit_begin()[FixIt]; in getFixIt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp498 DiagStorage.FixItHints.append(storedDiag.fixit_begin(), in Report()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1696 fixit_iterator fixit_begin() const { return FixIts.begin(); } in fixit_begin() function