Searched refs:SubRange (Results 1 – 2 of 2) sorted by relevance
280 SourceRange SubRange = E->getSubExpr()->IgnoreParenImpCasts()->getSourceRange(); in getBlockMacroRanges() local281 SourceLocation InnerBegin = SM.getImmediateMacroCallerLoc(SubRange.getBegin()); in getBlockMacroRanges()282 SourceLocation InnerEnd = SM.getImmediateMacroCallerLoc(SubRange.getEnd()); in getBlockMacroRanges()
4451 IntRange SubRange in GetExprRange() local4456 if (SubRange.Width >= OutputTypeRange.Width) in GetExprRange()4461 return IntRange(SubRange.Width, in GetExprRange()4462 SubRange.NonNegative || OutputTypeRange.NonNegative); in GetExprRange()