| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 91 PD->path.back()->getRanges(), PD->path.back()->getFixits()); in FlushDiagnosticsImpl() 99 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl() 113 Piece->getString(), Piece->getRanges(), in FlushDiagnosticsImpl()
|
| H A D | PlistDiagnostics.cpp | 317 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() 401 ArrayRef<SourceRange> Ranges = P->getRanges(); in ReportMacroExpansions() 434 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportNote() 465 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportPopUp() 621 ArrayRef<SourceRange> Ranges = Piece.getRanges(); in FlushDiagnosticsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.h | 63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function 65 return PathSensitiveBugReport::getRanges(); in getRanges()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 272 const MDNode *getRanges() const { return Ranges; } in getRanges() function 357 LHS.getRanges() == RHS.getRanges() &&
|
| H A D | LexicalScopes.h | 67 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
|
| H A D | SelectionDAGNodes.h | 1448 const MDNode *getRanges() const { return MMO->getRanges(); } 1504 if (getRanges() && getRanges() != NewMMO->getRanges())
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 173 ArrayRef<SourceRange> Ranges = piece->getRanges(); in HandlePathDiagnostic() 273 if (X.getRanges().size() != Y.getRanges().size()) in comparePiece() 274 return X.getRanges().size() < Y.getRanges().size(); in comparePiece() 278 for (unsigned i = 0, n = X.getRanges().size(); i < n; ++i) { in comparePiece() 279 SourceRange XR = X.getRanges()[i]; in comparePiece() 280 SourceRange YR = Y.getRanges()[i]; in comparePiece() 1093 ArrayRef<SourceRange> Ranges = getRanges(); in Profile()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SARIFDiagnosticPrinter.cpp | 77 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints(), &Info); in HandleDiagnostic()
|
| H A D | TextDiagnosticPrinter.cpp | 152 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.cpp | 72 if (const LVLocations *Locations = Scope->getRanges()) in addEntry()
|
| H A D | LVScope.cpp | 775 void LVScope::getRanges(LVLocations &LocationList, in getRanges() function in LVScope 796 Scope->getRanges(LocationList, ValidLocation, RecordInvalid); in getRanges() 800 void LVScope::getRanges(LVRange &RangeList) { in getRanges() function in LVScope 809 Scope->getRanges(RangeList); in getRanges() 815 const LVLocations *ParentRanges = Parent->getRanges(); in outermostParent() 1233 getRanges(Locations, ValidLocation, RecordInvalid); in processRangeLocationCoverage()
|
| H A D | LVSymbol.cpp | 131 const LVLocations *Ranges = getParentScope()->getRanges(); in fillLocationGaps()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 619 for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.getRanges()) { in encodeDefRange() 628 for (size_t I = 0, E = Frag.getRanges().size(); I != E;) { in encodeDefRange() 631 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; in encodeDefRange()
|
| H A D | MCFragment.cpp | 173 F->getRanges()) { in dump()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 212 const LVLocations *getRanges() const { return Ranges.get(); } in getRanges() function 249 void getRanges(LVLocations &LocationList, LVValidLocation ValidLocation, 251 void getRanges(LVRange &RangeList);
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 229 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function 423 ArrayRef<SourceRange> getRanges() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 315 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GenericMachineInstrs.h | 191 const MDNode *getRanges() const { in getRanges() function 192 return getMMO().getRanges(); in getRanges()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 387 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
|
| H A D | DebugHandlerBase.cpp | 127 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
|
| H A D | DbgEntityHistoryCalculator.cpp | 181 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 297 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1635 ArrayRef<CharSourceRange> getRanges() const { return DiagStorage.DiagRanges; } in getRanges() function 1699 ArrayRef<CharSourceRange> getRanges() const { return llvm::ArrayRef(Ranges); } in getRanges() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 770 Function->getRanges(*ScopesWithRanges); in traverseSymbolSection() 1128 CompileUnit->getRanges(*ScopesWithRanges); in processModule()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1456 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
|