Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
3197 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3206 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3219 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3346 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
3580 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
2008 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function