Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonb492cf4a0111::CXDiagnosticCustomNoteImpl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1612 unsigned getNumRanges() const { in getNumRanges() function