Home
last modified time | relevance | path

Searched refs:getNumFixItHints (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp123 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { in HandleDiagnostic()
142 for (unsigned Idx = 0, Last = Info.getNumFixItHints(); in HandleDiagnostic()
162 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic()
165 if (Info.getNumFixItHints() > 0) in HandleDiagnostic()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h226 for (unsigned I = 0, N = Other.getNumFixItHints(); I != N; ++I) in PartialDiagnostic()
H A DDiagnostic.h1214 unsigned getNumFixItHints() const { in getNumFixItHints() function
1219 assert(Idx < getNumFixItHints() && "Invalid index!"); in getFixItHint()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp956 FixIts.reserve(Info.getNumFixItHints()); in StoredDiagnostic()
957 for (unsigned I = 0, N = Info.getNumFixItHints(); I != N; ++I) in StoredDiagnostic()