#include <ast.h>
Definition at line 212 of file ast.h.
◆ Ast()
v8::internal::torque::Ast::Ast |
( |
| ) |
|
|
default |
◆ AddEnumDescription()
void v8::internal::torque::Ast::AddEnumDescription |
( |
EnumDescription | description | ) |
|
|
inline |
◆ AddNode()
T * v8::internal::torque::Ast::AddNode |
( |
std::unique_ptr< T > | node | ) |
|
|
inline |
◆ declarations() [1/2]
std::vector< Declaration * > & v8::internal::torque::Ast::declarations |
( |
| ) |
|
|
inline |
◆ declarations() [2/2]
const std::vector< Declaration * > & v8::internal::torque::Ast::declarations |
( |
| ) |
const |
|
inline |
◆ DeclareImportForCurrentFile()
void v8::internal::torque::Ast::DeclareImportForCurrentFile |
( |
SourceId | import_id | ) |
|
|
inline |
◆ EnumDescriptions()
std::vector< EnumDescription > & v8::internal::torque::Ast::EnumDescriptions |
( |
| ) |
|
|
inline |
◆ declarations_
std::vector<Declaration*> v8::internal::torque::Ast::declarations_ |
|
private |
◆ declared_imports_
std::map<SourceId, std::set<SourceId> > v8::internal::torque::Ast::declared_imports_ |
|
private |
◆ enum_descriptions_
◆ nodes_
std::vector<std::unique_ptr<AstNode> > v8::internal::torque::Ast::nodes_ |
|
private |
The documentation for this class was generated from the following file: