Searched refs:ExpandedEndLoc (Results 1 – 1 of 1) sorted by relevance
190 SourceLocation ExpandedEndLoc = SM.getExpansionLoc(EndLoc); in hasPreprocessorBranchEndBetweenLocations() local191 if (!SM.isWrittenInSameFile(ExpandedStartLoc, ExpandedEndLoc)) in hasPreprocessorBranchEndBetweenLocations()195 if (ExpandedStartLoc == ExpandedEndLoc) in hasPreprocessorBranchEndBetweenLocations()198 assert(ExpandedStartLoc < ExpandedEndLoc); in hasPreprocessorBranchEndBetweenLocations()200 auto Iter = ConditionalBranchMap.find(SM.getFileID(ExpandedEndLoc)); in hasPreprocessorBranchEndBetweenLocations()219 for (; Begin != End && Begin->getEnd() < ExpandedEndLoc; ++Begin) in hasPreprocessorBranchEndBetweenLocations()