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

/external/clang/tools/libclang/
H A DCIndexDiagnostic.h87 virtual unsigned getNumFixIts() const = 0;
148 unsigned getNumFixIts() const override;
H A DCXLoadedDiagnostic.h56 unsigned getNumFixIts() const override;
H A DCXStoredDiagnostic.cpp97 unsigned CXStoredDiagnostic::getNumFixIts() const { function in class:CXStoredDiagnostic
H A DCIndexDiagnostic.cpp80 unsigned getNumFixIts() const override { return 0; }
440 return D->getNumFixIts();
447 if (!D || FixIt >= D->getNumFixIts()) {
H A DCXLoadedDiagnostic.cpp136 unsigned CXLoadedDiagnostic::getNumFixIts() const {

Completed in 124 milliseconds