Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h67 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
H A DMachineMemOperand.h272 const MDNode *getRanges() const { return Ranges; } in getRanges() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h387 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h315 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1635 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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h229 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp775 void LVScope::getRanges(LVLocations &LocationList, in getRanges() function in LVScope
800 void LVScope::getRanges(LVRange &RangeList) { in getRanges() function in LVScope
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h191 const MDNode *getRanges() const { in getRanges() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h212 const LVLocations *getRanges() const { return Ranges.get(); } in getRanges() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h474 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h726 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp285 const IntRangeVector &getRanges() const { return Ranges; } in getRanges() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::RangeConstraint
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2432 PathSensitiveBugReport::getRanges() const { in getRanges() function in PathSensitiveBugReport