Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp207 const SmallVectorImpl<SourceRange> &ConditionalBranches = Iter->getSecond(); in hasPreprocessorBranchEndBetweenLocations() local
209 assert(llvm::is_sorted(ConditionalBranches, in hasPreprocessorBranchEndBetweenLocations()
216 llvm::lower_bound(ConditionalBranches, ExpandedStartLoc, in hasPreprocessorBranchEndBetweenLocations()
220 const auto *End = ConditionalBranches.end(); in hasPreprocessorBranchEndBetweenLocations()