Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
3325 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3334 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3347 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3475 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
3801 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
2086 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function