Flutter Engine
The Flutter Engine
Namespaces | Macros | Functions
token_position.cc File Reference
#include "vm/token_position.h"
#include "vm/object.h"
#include "vm/zone_text_buffer.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Macros

#define DEFINE_VALUES(name, value)    const TokenPosition TokenPosition::k##name(value);
 
#define DEFINE_CASE(name, value)
 

Functions

 dart::SENTINEL_TOKEN_DESCRIPTORS (DEFINE_VALUES)
 

Macro Definition Documentation

◆ DEFINE_CASE

#define DEFINE_CASE (   name,
  value 
)
Value:
case value: \
return #name;
uint8_t value
DEF_SWITCHES_START aot vmservice shared library name
Definition: switches.h:32

◆ DEFINE_VALUES

#define DEFINE_VALUES (   name,
  value 
)     const TokenPosition TokenPosition::k##name(value);

Definition at line 37 of file token_position.cc.