| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 100 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 D | PlistDiagnostics.cpp | 320 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 D | RetainCountDiagnostics.h | 63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function 65 return PathSensitiveBugReport::getRanges(); in getRanges()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 105 if (!D.getRanges().empty()) { in writeARCDiagsToPlist() 108 for (auto &R : D.getRanges()) { in writeARCDiagsToPlist()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 260 const MDNode *getRanges() const { return Ranges; } in getRanges() function 345 LHS.getRanges() == RHS.getRanges() &&
|
| H A D | LexicalScopes.h | 66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 180 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 D | SARIFDiagnosticPrinter.cpp | 81 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints(), &Info); in HandleDiagnostic()
|
| H A D | TextDiagnosticPrinter.cpp | 153 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.cpp | 72 if (const LVLocations *Locations = Scope->getRanges()) in addEntry()
|
| H A D | LVScope.cpp | 781 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 D | LVSymbol.cpp | 133 const LVLocations *Ranges = getParentScope()->getRanges(); in fillLocationGaps()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 618 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 D | MCFragment.cpp | 491 F->getRanges()) { in dump()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 206 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 D | BugReporter.h | 229 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function 423 ArrayRef<SourceRange> getRanges() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 313 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 298 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
|
| H A D | MachineOperand.cpp | 1252 if (getRanges()) { in print() 1254 getRanges()->printAsOperand(OS, MST); in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 351 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
|
| H A D | DebugHandlerBase.cpp | 124 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.h | 454 RangesTy getRanges(uint64_t Address) { in getRanges() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1657 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 D | Diagnostic.cpp | 1170 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 151 for (const CharSourceRange &Range : Info.getRanges()) { in HandleDiagnostic()
|