Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DElseAfterReturnCheck.cpp208 const SmallVectorImpl<SourceRange> &ConditionalBranches = Iter->getSecond(); in hasPreprocessorBranchEndBetweenLocations() local
210 assert(llvm::is_sorted(ConditionalBranches, in hasPreprocessorBranchEndBetweenLocations()
217 llvm::lower_bound(ConditionalBranches, ExpandedStartLoc, in hasPreprocessorBranchEndBetweenLocations()
221 const auto *End = ConditionalBranches.end(); in hasPreprocessorBranchEndBetweenLocations()