Home
last modified time | relevance | path

Searched refs:getRanges (Results 1 – 25 of 57) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp100 PD->path.back()->getRanges(), PD->path.back()->getFixits()); in FlushDiagnosticsImpl()
108 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl()
122 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl()
H A DPlistDiagnostics.cpp320 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent()
406 ArrayRef<SourceRange> Ranges = P->getRanges(); in ReportMacroExpansions()
439 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportNote()
470 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportPopUp()
626 ArrayRef<SourceRange> Ranges = Piece.getRanges(); in FlushDiagnosticsImpl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function
65 return PathSensitiveBugReport::getRanges(); in getRanges()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DPlistReporter.cpp105 if (!D.getRanges().empty()) { in writeARCDiagsToPlist()
108 for (auto &R : D.getRanges()) { in writeARCDiagsToPlist()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h260 const MDNode *getRanges() const { return Ranges; } in getRanges() function
345 LHS.getRanges() == RHS.getRanges() &&
H A DLexicalScopes.h66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp180 ArrayRef<SourceRange> Ranges = piece->getRanges(); in HandlePathDiagnostic()
280 if (X.getRanges().size() != Y.getRanges().size()) in comparePiece()
281 return X.getRanges().size() < Y.getRanges().size(); in comparePiece()
285 for (unsigned i = 0, n = X.getRanges().size(); i < n; ++i) { in comparePiece()
286 SourceRange XR = X.getRanges()[i]; in comparePiece()
287 SourceRange YR = Y.getRanges()[i]; in comparePiece()
1096 ArrayRef<SourceRange> Ranges = getRanges(); in Profile()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp81 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints(), &Info); in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp153 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp72 if (const LVLocations *Locations = Scope->getRanges()) in addEntry()
H A DLVScope.cpp781 void LVScope::getRanges(LVLocations &LocationList, in getRanges() function in LVScope
802 Scope->getRanges(LocationList, ValidLocation, RecordInvalid); in getRanges()
806 void LVScope::getRanges(LVRange &RangeList) { in getRanges() function in LVScope
815 Scope->getRanges(RangeList); in getRanges()
821 const LVLocations *ParentRanges = Parent->getRanges(); in outermostParent()
1235 getRanges(Locations, ValidLocation, RecordInvalid); in processRangeLocationCoverage()
H A DLVSymbol.cpp133 const LVLocations *Ranges = getParentScope()->getRanges(); in fillLocationGaps()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp618 for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.getRanges()) { in encodeDefRange()
627 for (size_t I = 0, E = Frag.getRanges().size(); I != E;) { in encodeDefRange()
630 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; in encodeDefRange()
H A DMCFragment.cpp491 F->getRanges()) { in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h206 const LVLocations *getRanges() const { return Ranges; } in getRanges() function
243 void getRanges(LVLocations &LocationList, LVValidLocation ValidLocation,
245 void getRanges(LVRange &RangeList);
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h229 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function
423 ArrayRef<SourceRange> getRanges() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSourceMgr.h313 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLexicalScopes.cpp298 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
H A DMachineOperand.cpp1252 if (getRanges()) { in print()
1254 getRanges()->printAsOperand(OS, MST); in print()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h351 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
H A DDebugHandlerBase.cpp124 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h454 RangesTy getRanges(uint64_t Address) { in getRanges() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1657 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1724 ArrayRef<CharSourceRange> getRanges() const { return llvm::ArrayRef(Ranges); } in getRanges() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp1170 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp151 for (const CharSourceRange &Range : Info.getRanges()) { in HandleDiagnostic()

123