Searched refs:getNumFixIts (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.h86 virtual unsigned getNumFixIts() const = 0;
147 unsigned getNumFixIts() const override;
H A DCXLoadedDiagnostic.h55 unsigned getNumFixIts() const override;
H A DCXStoredDiagnostic.cpp93 unsigned CXStoredDiagnostic::getNumFixIts() const { function in class:CXStoredDiagnostic
H A DCIndexDiagnostic.cpp73 unsigned getNumFixIts() const override { return 0; }
426 return D->getNumFixIts();
433 if (!D || FixIt >= D->getNumFixIts()) {
H A DCXLoadedDiagnostic.cpp136 unsigned CXLoadedDiagnostic::getNumFixIts() const {

Completed in 173 milliseconds