Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DElseAfterReturnCheck.cpp193 SourceLocation ExpandedEndLoc = SM.getExpansionLoc(EndLoc); in hasPreprocessorBranchEndBetweenLocations() local
194 if (!SM.isWrittenInSameFile(ExpandedStartLoc, ExpandedEndLoc)) in hasPreprocessorBranchEndBetweenLocations()
198 if (ExpandedStartLoc == ExpandedEndLoc) in hasPreprocessorBranchEndBetweenLocations()
201 assert(ExpandedStartLoc < ExpandedEndLoc); in hasPreprocessorBranchEndBetweenLocations()
203 auto Iter = ConditionalBranchMap.find(SM.getFileID(ExpandedEndLoc)); in hasPreprocessorBranchEndBetweenLocations()
222 for (; Begin != End && Begin->getEnd() < ExpandedEndLoc; ++Begin) in hasPreprocessorBranchEndBetweenLocations()