Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
2310 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2319 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2332 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2440 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
2410 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
1596 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function