Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
1783 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()1792 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()1805 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()1893 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
2203 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
1471 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function