Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp100 return Diag.fixit_size(); in getNumFixIts()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1285 unsigned fixit_size() const { return FixIts.size(); } in fixit_size() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp331 DiagFixItHints.reserve(storedDiag.fixit_size()); in Report()