Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function
65 return PathSensitiveBugReport::getRanges(); in getRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h238 const MDNode *getRanges() const { return Ranges; } in getRanges() function
309 LHS.getRanges() == RHS.getRanges() &&
H A DLexicalScopes.h66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp105 if (!D.getRanges().empty()) { in writeARCDiagsToPlist()
108 for (auto &R : D.getRanges()) { in writeARCDiagsToPlist()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h231 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function
425 ArrayRef<SourceRange> getRanges() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h283 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp298 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
H A DMachineFunction.cpp475 MMO->getRanges(), MMO->getSyncScopeID(), MMO->getOrdering(), in getMachineMemOperand()
484 MMO->getAAInfo(), MMO->getRanges(), MMO->getSyncScopeID(), in getMachineMemOperand()
H A DMachineOperand.cpp1183 if (getRanges()) { in print()
1185 getRanges()->printAsOperand(OS, MST); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h356 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp1114 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1623 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1690 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp151 for (const CharSourceRange &Range : Info.getRanges()) { in HandleDiagnostic()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h552 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp385 if (const MDNode *Ranges = MMO->getRanges()) { in computeKnownBitsImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h475 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function

12