Searched refs:getRanges (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp609 State->diagBuf, Info.getRanges(), Info.getFixItHints(), &Info);
H A DASTUnit.cpp1273 for (const auto &Range : InDiag.getRanges())
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp958 ArrayRef<SourceRange> Ranges = P.getRanges();
H A DBugReporter.cpp2328 PathSensitiveBugReport::getRanges() const { function in class:PathSensitiveBugReport
3008 for (SourceRange Range : report->getRanges())
3022 for (const auto &R: Piece->getRanges())
H A DBugReporterVisitors.cpp312 const auto &Ranges = BR.getRanges();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp495 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges();
1150 if (unsigned NumRanges = TheCU.getRanges().size()) {
1158 U.setBaseAddress(TheCU.getRanges().front().Begin);
1352 auto &LSRange = LScope->getRanges();
H A DCodeViewDebug.cpp1184 for (const InsnRange &Range : Scope->getRanges()) {
2762 const SmallVectorImpl<InsnRange> &Ranges = Scope.getRanges();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h436 ArrayRef<SourceRange> getRanges() const { return ranges; } function in class:clang::ento::PathDiagnosticPiece
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1341 const MDNode *getRanges() const { return MMO->getRanges(); } function in class:llvm::MemSDNode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp920 for (const InsnRange &Range : Scope->getRanges()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp499 for (const std::pair<unsigned, unsigned> &Range : D.getRanges()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp1101 Diag.getRanges(), Diag.getFixIts());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1404 MMO->getAAInfo(), MMO->getRanges(),
H A DHexagonISelLowering.cpp2783 2*LoadLen, LoadLen, MMO->getAAInfo(), MMO->getRanges(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp950 N->getAAInfo(), N->getRanges());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2371 Diag.getLineContents(), Diag.getRanges());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3068 } else if (const MDNode *Ranges = LD->getRanges()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7904 RLI.Ranges = LD->getRanges();

Completed in 442 milliseconds

12