Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h241 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
H A DDwarfUnit.h61 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; } in getRanges() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h64 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
H A DMachineMemOperand.h170 const MDNode *getRanges() const { return Ranges; } in getRanges() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h267 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges() function
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1210 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1277 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h401 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2706 BugReport::getRanges() { in getRanges() function in BugReport
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1766 std::pair<ranges_iterator, ranges_iterator> getRanges() override { in getRanges() function in __anonee3466fa0611::CFRefReport