Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp192 SourceLocation ExpandedEndLoc = SM.getExpansionLoc(EndLoc); in hasPreprocessorBranchEndBetweenLocations() local
193 if (!SM.isWrittenInSameFile(ExpandedStartLoc, ExpandedEndLoc)) in hasPreprocessorBranchEndBetweenLocations()
197 if (ExpandedStartLoc == ExpandedEndLoc) in hasPreprocessorBranchEndBetweenLocations()
200 assert(ExpandedStartLoc < ExpandedEndLoc); in hasPreprocessorBranchEndBetweenLocations()
202 auto Iter = ConditionalBranchMap.find(SM.getFileID(ExpandedEndLoc)); in hasPreprocessorBranchEndBetweenLocations()
221 for (; Begin != End && Begin->getEnd() < ExpandedEndLoc; ++Begin) in hasPreprocessorBranchEndBetweenLocations()