#include <kernel_binary.h>
Definition at line 589 of file kernel_binary.h.
◆ PositionScope()
dart::kernel::PositionScope::PositionScope |
( |
Reader * |
reader | ) |
|
|
inlineexplicit |
Definition at line 591 of file kernel_binary.h.
592 : reader_(reader),
593 min_(reader->min_position_),
594 max_(reader->max_position_) {
595 reader->min_position_ = reader->max_position_ = TokenPosition::kNoSource;
596 }
◆ ~PositionScope()
dart::kernel::PositionScope::~PositionScope |
( |
| ) |
|
|
inline |
Definition at line 598 of file kernel_binary.h.
598 {
601 }
static const TokenPosition & Min(const TokenPosition &a, const TokenPosition &b)
static const TokenPosition & Max(const TokenPosition &a, const TokenPosition &b)
The documentation for this class was generated from the following file: