Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp189 SourceLocation ExpandedStartLoc = SM.getExpansionLoc(StartLoc); in hasPreprocessorBranchEndBetweenLocations() local
191 if (!SM.isWrittenInSameFile(ExpandedStartLoc, ExpandedEndLoc)) in hasPreprocessorBranchEndBetweenLocations()
195 if (ExpandedStartLoc == ExpandedEndLoc) in hasPreprocessorBranchEndBetweenLocations()
198 assert(ExpandedStartLoc < ExpandedEndLoc); in hasPreprocessorBranchEndBetweenLocations()
214 llvm::lower_bound(ConditionalBranches, ExpandedStartLoc, in hasPreprocessorBranchEndBetweenLocations()
220 if (Begin->getBegin() < ExpandedStartLoc) in hasPreprocessorBranchEndBetweenLocations()