Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h234 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
DDwarfUnit.h61 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; } in getRanges() function
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h173 const MDNode *getRanges() const { return Ranges; } in getRanges() function
DLexicalScopes.h65 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
/external/llvm/include/llvm/Support/
DSourceMgr.h267 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges() function
/external/clang/include/clang/Basic/
DDiagnostic.h1224 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1290 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h405 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2701 llvm::iterator_range<BugReport::ranges_iterator> BugReport::getRanges() { in getRanges() function in BugReport
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1814 llvm::iterator_range<ranges_iterator> getRanges() override { in getRanges() function in __anonc6ee1a360611::CFRefReport