Searched refs:SetSourceRange (Results 1 – 3 of 3) sorted by relevance
2660 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2669 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2682 DeclaratorInfo.SetSourceRange(DS.getSourceRange()); in ParseCXXNewExpression()2797 D.SetSourceRange(D.getDeclSpec().getSourceRange()); in ParseExpressionListOrTypeId()
2737 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation())); in ParseBlockLiteralExpression()
1718 void SetSourceRange(SourceRange R) { Range = R; } in SetSourceRange() function