Home | History | Annotate | Download | only in ast

Lines Matching refs:with_dot

3236   Literal* NewNumberLiteral(double number, int pos, bool with_dot = false) {
3238 local_zone_, ast_value_factory_->NewNumber(number, with_dot), pos);