Home
last modified time | relevance | path

Searched defs:getNumRanges (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp79 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges() function in CXStoredDiagnostic
H A DCXLoadedDiagnostic.cpp127 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() function in CXLoadedDiagnostic
H A DCIndexDiagnostic.cpp69 unsigned getNumRanges() const override { return 0; } in getNumRanges() function in __anon50498daf0111::CXDiagnosticCustomNoteImpl
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1641 unsigned getNumRanges() const { in getNumRanges() function