Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
3087 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3096 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3109 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()3236 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
3498 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
1949 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function