Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineMemOperand.h152 const MDNode *getRanges() const { return Ranges; } in getRanges() function
DLexicalScopes.h175 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DSourceMgr.h246 ArrayRef<std::pair<unsigned, unsigned> > getRanges() const { in getRanges() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnostic.h1172 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1239 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h395 ArrayRef<SourceRange> getRanges() const { return ranges; } in getRanges() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2723 BugReport::getRanges() { in getRanges() function in BugReport
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1700 virtual std::pair<ranges_iterator, ranges_iterator> getRanges() { in getRanges() function in __anon177adc590611::CFRefReport