| /netbsd-src/external/apache2/llvm/dist/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 | 319 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 D | RetainCountDiagnostics.h | 63 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 D | MachineMemOperand.h | 238 const MDNode *getRanges() const { return Ranges; } in getRanges() function 309 LHS.getRanges() == RHS.getRanges() &&
|
| H A D | LexicalScopes.h | 66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 105 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 D | PathDiagnostic.cpp | 181 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 D | TextDiagnosticPrinter.cpp | 153 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
|
| H A D | DiagnosticRenderer.cpp | 145 Diag.getRanges(), Diag.getFixIts(), in emitStoredDiagnostic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 617 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 D | MCFragment.cpp | 487 F->getRanges()) { in dump()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 231 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 D | SourceMgr.h | 283 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 298 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
|
| H A D | MachineFunction.cpp | 475 MMO->getRanges(), MMO->getSyncScopeID(), MMO->getOrdering(), in getMachineMemOperand() 484 MMO->getAAInfo(), MMO->getRanges(), MMO->getSyncScopeID(), in getMachineMemOperand()
|
| H A D | MachineOperand.cpp | 1183 if (getRanges()) { in print() 1185 getRanges()->printAsOperand(OS, MST); in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 356 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
|
| H A D | DebugHandlerBase.cpp | 126 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
|
| H A D | DbgEntityHistoryCalculator.cpp | 179 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1114 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1623 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 D | clang-import-test.cpp | 151 for (const CharSourceRange &Range : Info.getRanges()) { in HandleDiagnostic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 552 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 385 if (const MDNode *Ranges = MMO->getRanges()) { in computeKnownBitsImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 475 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
|