HomeSort by: relevance | last modified time | path
    Searched defs:getRanges (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LexicalScopes.h 66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; }
MachineMemOperand.h 238 const MDNode *getRanges() const { return Ranges; }
309 LHS.getRanges() == RHS.getRanges() &&
SelectionDAGNodes.h 1299 const MDNode *getRanges() const { return MMO->getRanges(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h 283 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 355 /// getRanges - Get the list of ranges for this unit.
356 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 231 virtual ArrayRef<SourceRange> getRanges() const {
425 ArrayRef<SourceRange> getRanges() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFragment.h 552 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 475 ArrayRef<SourceRange> getRanges() const { return ranges; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp 188 const IntRangeVector &getRanges() const { return Ranges; }
707 const IntRangeVector &R = getRanges();
745 const IntRangeVector &R = getRanges();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2376 PathSensitiveBugReport::getRanges() const {
3057 for (SourceRange Range : report->getRanges())
3071 for (const auto &R: Piece->getRanges())

Completed in 60 milliseconds