Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp111 std::size_t DeclCount = std::distance(DS->decl_begin(), DS->decl_end()); in declRanges() local
112 if (DeclCount < 2) in declRanges()
123 Slices.reserve(DeclCount + 1); in declRanges()