Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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.cpp319 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent()
405 ArrayRef<SourceRange> Ranges = P->getRanges(); in ReportMacroExpansions()
438 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportNote()
469 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportPopUp()
625 ArrayRef<SourceRange> Ranges = Piece.getRanges(); in FlushDiagnosticsImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function
65 return PathSensitiveBugReport::getRanges(); in getRanges()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp105 if (!D.getRanges().empty()) { in writeARCDiagsToPlist()
108 for (auto &R : D.getRanges()) { in writeARCDiagsToPlist()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h261 const MDNode *getRanges() const { return Ranges; } in getRanges() function
356 LHS.getRanges() == RHS.getRanges() &&
H A DLexicalScopes.h66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp181 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp153 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
H A DDiagnosticRenderer.cpp145 Diag.getRanges(), Diag.getFixIts(), in emitStoredDiagnostic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp617 for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.getRanges()) { in encodeDefRange()
626 for (size_t I = 0, E = Frag.getRanges().size(); I != E;) { in encodeDefRange()
629 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; in encodeDefRange()
H A DMCFragment.cpp487 F->getRanges()) { in dump()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h231 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function
425 ArrayRef<SourceRange> getRanges() const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h283 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp298 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
H A DMachineOperand.cpp1200 if (getRanges()) { in print()
1202 getRanges()->printAsOperand(OS, MST); in print()
H A DMachineFunction.cpp494 MMO->getRanges(), MMO->getSyncScopeID(), MMO->getSuccessOrdering(), in getMachineMemOperand()
503 MMO->getAAInfo(), MMO->getRanges(), MMO->getSyncScopeID(), in getMachineMemOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h354 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
H A DDebugHandlerBase.cpp126 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
H A DDbgEntityHistoryCalculator.cpp179 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges()
H A DDwarfDebug.cpp542 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges(); in isLexicalScopeDIENull()
1343 if (unsigned NumRanges = TheCU.getRanges().size()) { in finalizeModuleInfo()
1351 U.setBaseAddress(TheCU.getRanges().front().Begin); in finalizeModuleInfo()
1567 auto &LSRange = LScope->getRanges(); in validThroughout()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1623 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1690 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1114 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h552 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp400 if (const MDNode *Ranges = MMO->getRanges()) { in computeKnownBitsImpl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h475 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function

12