Searched refs:ExpandedStartLoc (Results 1 – 1 of 1) sorted by relevance
191 SourceLocation ExpandedStartLoc = SM.getExpansionLoc(StartLoc); in hasPreprocessorBranchEndBetweenLocations() local193 if (!SM.isWrittenInSameFile(ExpandedStartLoc, ExpandedEndLoc)) in hasPreprocessorBranchEndBetweenLocations()197 if (ExpandedStartLoc == ExpandedEndLoc) in hasPreprocessorBranchEndBetweenLocations()200 assert(ExpandedStartLoc < ExpandedEndLoc); in hasPreprocessorBranchEndBetweenLocations()216 llvm::lower_bound(ConditionalBranches, ExpandedStartLoc, in hasPreprocessorBranchEndBetweenLocations()222 if (Begin->getBegin() < ExpandedStartLoc) in hasPreprocessorBranchEndBetweenLocations()