Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.h81 virtual unsigned getNumRanges() const = 0;
142 virtual unsigned getNumRanges() const;
DCIndexDiagnostic.cpp77 unsigned getNumRanges() const { return 0; } in getNumRanges() function in __anon22ab40a70111::CXDiagnosticCustomNoteImpl
412 return D->getNumRanges(); in clang_getDiagnosticNumRanges()
418 if (!D || Range >= D->getNumRanges()) in clang_getDiagnosticRange()
DCXLoadedDiagnostic.h50 virtual unsigned getNumRanges() const;
DCXStoredDiagnostic.cpp82 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges() function in CXStoredDiagnostic
DCXLoadedDiagnostic.cpp126 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() function in CXLoadedDiagnostic
/external/llvm/lib/DebugInfo/
DDWARFDebugAranges.h81 uint32_t getNumRanges() const { return Aranges.size(); } in getNumRanges() function
DDWARFDebugAranges.cpp100 const uint32_t num_ranges = getNumRanges(); in dump()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h223 for (unsigned I = 0, N = Other.getNumRanges(); I != N; ++I) in PartialDiagnostic()
DDiagnostic.h1129 unsigned getNumRanges() const { in getNumRanges() function
/external/clang/lib/Basic/
DDiagnostic.cpp944 Ranges.reserve(Info.getNumRanges()); in StoredDiagnostic()
945 for (unsigned I = 0, N = Info.getNumRanges(); I != N; ++I) in StoredDiagnostic()