Home
last modified time | relevance | path

Searched refs:PotentialRanges (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp254 Optional<std::vector<SourceRange>> PotentialRanges = in check() local
256 if (!PotentialRanges) in check()
260 *PotentialRanges, *Result.SourceManager, getLangOpts()); in check()