Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
2643 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2652 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2665 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2780 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
2705 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
1711 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function