Searched refs:RSquareLoc (Results 1 – 3 of 3) sorted by relevance
295 SourceLocation RSquareLoc) { in setDecompositionBindings() argument299 BindingGroup.RSquareLoc = RSquareLoc; in setDecompositionBindings()301 Range.setEnd(RSquareLoc); in setDecompositionBindings()305 Name.EndLocation = RSquareLoc; in setDecompositionBindings()
1708 SourceLocation LSquareLoc, RSquareLoc;1728 LSquareLoc = RSquareLoc = SourceLocation(); in clear()1743 SourceLocation getRSquareLoc() const { return RSquareLoc; } in getRSquareLoc()1745 return SourceRange(LSquareLoc, RSquareLoc); in getSourceRange()2202 SourceLocation RSquareLoc);
3297 SourceLocation RSquareLoc = NextToken().getLocation(); in ParseCXXDeleteExpression() local3315 << SourceRange(Start, RSquareLoc) in ParseCXXDeleteExpression()3323 << SourceRange(Start, RSquareLoc); in ParseCXXDeleteExpression()