Home
last modified time | relevance | path

Searched defs:getRanges (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function
/llvm-project/mlir/include/mlir/Reducer/
H A DReductionNode.h76 ArrayRef<Range> getRanges() const { return ranges; } in getRanges() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
H A DMachineMemOperand.h268 const MDNode *getRanges() const { return Ranges; } getRanges() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h380 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } getRanges() function
/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h313 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h482 RangesTy getRanges(uint64_t Address) { getRanges() function
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1662 ArrayRef<CharSourceRange> getRanges() const { getRanges() function
1729 ArrayRef<CharSourceRange> getRanges() const { return llvm::ArrayRef(Ranges); } getRanges() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h188 const MDNode *getRanges() const { in getRanges() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h229 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp768 void LVScope::getRanges(LVLocations &LocationList, in getRanges() function in LVScope
793 void LVScope::getRanges(LVRange &RangeList) { in getRanges() function in LVScope
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h206 const LVLocations *getRanges() const { return Ranges.get(); } in getRanges() function
/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h549 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { getRanges() function
/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h474 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp285 const IntRangeVector &getRanges() const { return Ranges; } in getRanges() function in __anon2859deef0111::StdLibraryFunctionsChecker::RangeConstraint
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2414 PathSensitiveBugReport::getRanges() const { getRanges() function in PathSensitiveBugReport