Searched defs:getNumRanges (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/tools/libclang/ | ||
H A D | CXStoredDiagnostic.cpp | 79 unsigned CXStoredDiagnostic::getNumRanges() const { getNumRanges() function in CXStoredDiagnostic |
H A D | CXLoadedDiagnostic.cpp | 128 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() function in CXLoadedDiagnostic |
H A D | CIndexDiagnostic.cpp | 69 unsigned getNumRanges() const override { return 0; } in getNumRanges() function in __anon6e9831320111::CXDiagnosticCustomNoteImpl |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | Diagnostic.h | 1651 unsigned getNumRanges() const { getNumRanges() function |