Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anon0c10e8160111::CXDiagnosticCustomNoteImpl
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1646 unsigned getNumRanges() const { in getNumRanges() function