OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRanges
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h
63
ArrayRef<SourceRange>
getRanges
() const override {
65
return PathSensitiveBugReport::
getRanges
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
TextDiagnostics.cpp
100
PD->path.back()->
getRanges
(), PD->path.back()->getFixits());
108
Piece->getString(), Piece->
getRanges
(),
122
Piece->getString(), Piece->
getRanges
(),
PlistDiagnostics.cpp
319
ArrayRef<SourceRange> Ranges = P.
getRanges
();
405
ArrayRef<SourceRange> Ranges = P->
getRanges
();
438
ArrayRef<SourceRange> Ranges = P.
getRanges
();
469
ArrayRef<SourceRange> Ranges = P.
getRanges
();
625
ArrayRef<SourceRange> Ranges = Piece.
getRanges
();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
PlistReporter.cpp
105
if (!D.
getRanges
().empty()) {
108
for (auto &R : D.
getRanges
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineMemOperand.h
238
const MDNode *
getRanges
() const { return Ranges; }
309
LHS.
getRanges
() == RHS.
getRanges
() &&
LexicalScopes.h
66
SmallVectorImpl<InsnRange> &
getRanges
() { return Ranges; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnosticPrinter.cpp
153
DiagMessageStream.str(), Info.
getRanges
(), Info.getFixItHints());
DiagnosticRenderer.cpp
145
Diag.
getRanges
(), Diag.getFixIts(),
/src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp
181
ArrayRef<SourceRange> Ranges = piece->
getRanges
();
280
if (X.
getRanges
().size() != Y.
getRanges
().size())
281
return X.
getRanges
().size() < Y.
getRanges
().size();
285
for (unsigned i = 0, n = X.
getRanges
().size(); i < n; ++i) {
286
SourceRange XR = X.
getRanges
()[i];
287
SourceRange YR = Y.
getRanges
()[i];
1096
ArrayRef<SourceRange> Ranges =
getRanges
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h
283
ArrayRef<std::pair<unsigned, unsigned>>
getRanges
() const { return Ranges; }
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
231
virtual ArrayRef<SourceRange>
getRanges
() const {
425
ArrayRef<SourceRange>
getRanges
() const override;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp
126
for (const InsnRange &R : S->
getRanges
()) {
DwarfCompileUnit.h
355
///
getRanges
- Get the list of ranges for this unit.
356
const SmallVectorImpl<RangeSpan> &
getRanges
() const { return CURanges; }
DbgEntityHistoryCalculator.cpp
156
// ranges (from scope->
getRanges
()) will not include any instructions
179
ArrayRef<InsnRange> ScopeRanges(Scope->
getRanges
());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LexicalScopes.cpp
298
SmallVectorImpl<InsnRange> &InsnRanges = Scope->
getRanges
();
MachineFunction.cpp
475
MMO->
getRanges
(), MMO->getSyncScopeID(), MMO->getOrdering(),
484
MMO->getAAInfo(), MMO->
getRanges
(), MMO->getSyncScopeID(),
MachineOperand.cpp
1183
if (
getRanges
()) {
1185
getRanges
()->printAsOperand(OS, MST);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp
617
for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.
getRanges
()) {
626
for (size_t I = 0, E = Frag.
getRanges
().size(); I != E;) {
629
const MCSymbol *RangeBegin = Frag.
getRanges
()[I].first;
MCFragment.cpp
487
F->
getRanges
()) {
/src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp
151
for (const CharSourceRange &Range : Info.
getRanges
()) {
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
1623
ArrayRef<CharSourceRange>
getRanges
() const {
1690
ArrayRef<CharSourceRange>
getRanges
() const {
/src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp
1114
this->Ranges.assign(Info.
getRanges
().begin(), Info.
getRanges
().end());
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFragment.h
552
ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>>
getRanges
() const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
GISelKnownBits.cpp
385
if (const MDNode *Ranges = MMO->
getRanges
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp
188
const IntRangeVector &
getRanges
() const { return Ranges; }
707
const IntRangeVector &R =
getRanges
();
745
const IntRangeVector &R =
getRanges
();
Completed in 68 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026