Searched refs:ExpandedStartLoc (Results 1 – 1 of 1) sorted by relevance
192 SourceLocation ExpandedStartLoc = SM.getExpansionLoc(StartLoc); in hasPreprocessorBranchEndBetweenLocations() local194 if (!SM.isWrittenInSameFile(ExpandedStartLoc, ExpandedEndLoc)) in hasPreprocessorBranchEndBetweenLocations()198 if (ExpandedStartLoc == ExpandedEndLoc) in hasPreprocessorBranchEndBetweenLocations()201 assert(ExpandedStartLoc < ExpandedEndLoc); in hasPreprocessorBranchEndBetweenLocations()217 llvm::lower_bound(ConditionalBranches, ExpandedStartLoc, in hasPreprocessorBranchEndBetweenLocations()223 if (Begin->getBegin() < ExpandedStartLoc) in hasPreprocessorBranchEndBetweenLocations()