Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
2629 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2638 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2651 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2759 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
2632 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
1679 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function