Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
2736 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2745 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2758 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2873 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
2785 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
1764 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function