Home
last modified time | relevance | path

Searched refs:getNumRanges (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCIndexDiagnostic.h80 virtual unsigned getNumRanges() const = 0;
141 unsigned getNumRanges() const override;
H A DCIndexDiagnostic.cpp69 unsigned getNumRanges() const override { return 0; } in getNumRanges() function in __anon6e9831320111::CXDiagnosticCustomNoteImpl
414 return D->getNumRanges(); in clang_getDiagnosticNumRanges()
420 if (!D || Range >= D->getNumRanges()) in clang_getDiagnosticRange()
H A DCXLoadedDiagnostic.h49 unsigned getNumRanges() const override;
H A DCXStoredDiagnostic.cpp81 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges()
79 unsigned CXStoredDiagnostic::getNumRanges() const { getNumRanges() function in CXStoredDiagnostic
H A DCXLoadedDiagnostic.cpp128 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() function in CXLoadedDiagnostic
/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h102 for (unsigned I = 0, N = Other.getNumRanges(); I != N; ++I) in PartialDiagnostic()
H A DDiagnostic.h1599 unsigned getNumRanges() const { return DiagStorage.DiagRanges.size(); }
1601 /// \pre Idx < getNumRanges()
1603 assert(Idx < getNumRanges() && "Invalid diagnostic range index!"); in getArgStdStr()
1651 unsigned getNumRanges() const { getNumRanges() function