Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override { in getRanges() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h66 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
H A DMachineMemOperand.h238 const MDNode *getRanges() const { return Ranges; } in getRanges() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h356 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h283 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h231 virtual ArrayRef<SourceRange> getRanges() const { in getRanges() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1623 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1690 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h552 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h475 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp188 const IntRangeVector &getRanges() const { return Ranges; } in getRanges() function in __anon297581dd0111::StdLibraryFunctionsChecker::RangeConstraint
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2376 PathSensitiveBugReport::getRanges() const { in getRanges() function in PathSensitiveBugReport