Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
2904 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2913 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2926 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3037 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
3281 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
2089 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function