tan
0.0.1
|
This is the complete list of members for tanlang::VarDecl, including all inherited members.
_is_lvalue (defined in tanlang::Expr) | tanlang::Expr | protected |
ASTBase()=delete (defined in tanlang::ASTBase) | tanlang::ASTBase | |
ASTBase(ASTNodeType node_type, TokenizedSourceFile *src, int bp) (defined in tanlang::ASTBase) | tanlang::ASTBase | |
ASTTypeNames | tanlang::ASTBase | static |
Create(TokenizedSourceFile *src) (defined in tanlang::VarDecl) | tanlang::VarDecl | static |
Create(TokenizedSourceFile *src, const str &name, Type *ty) (defined in tanlang::VarDecl) | tanlang::VarDecl | static |
ctx() (defined in tanlang::ASTBase) | tanlang::ASTBase | |
Decl(ASTNodeType type, TokenizedSourceFile *src, int bp, bool is_extern, bool is_public) (defined in tanlang::Decl) | tanlang::Decl | protected |
end() const (defined in tanlang::SourceTraceable) | tanlang::SourceTraceable | |
Expr(ASTNodeType type, TokenizedSourceFile *src, int bp) (defined in tanlang::Expr) | tanlang::Expr | protected |
get() const | tanlang::ASTBase | protectedvirtual |
get_bp() const (defined in tanlang::ASTBase) | tanlang::ASTBase | |
get_children() const override | tanlang::Decl | virtual |
get_name() const (defined in tanlang::ASTNamed) | tanlang::ASTNamed | |
get_node_type() const (defined in tanlang::ASTBase) | tanlang::ASTBase | |
get_type() const (defined in tanlang::Typed) | tanlang::Typed | virtual |
is_comptime_known() (defined in tanlang::Expr) | tanlang::Expr | inlinevirtual |
is_expr() const override (defined in tanlang::Expr) | tanlang::Expr | inlinevirtual |
is_external() const (defined in tanlang::Decl) | tanlang::Decl | |
is_lvalue() override (defined in tanlang::Decl) | tanlang::Decl | inlinevirtual |
is_public() const (defined in tanlang::Decl) | tanlang::Decl | |
is_stmt() const override (defined in tanlang::Expr) | tanlang::Expr | inlinevirtual |
is_type_decl() const (defined in tanlang::Decl) | tanlang::Decl | inlinevirtual |
OpPrecedence | tanlang::ASTBase | static |
repr(const str &prefix="-") const | tanlang::ASTBase | |
set_end(uint32_t val) (defined in tanlang::SourceTraceable) | tanlang::SourceTraceable | |
set_external(bool is_external) (defined in tanlang::Decl) | tanlang::Decl | |
set_lvalue(bool) override (defined in tanlang::Decl) | tanlang::Decl | inlinevirtual |
set_name(const str &name) (defined in tanlang::ASTNamed) | tanlang::ASTNamed | |
set_node_type(ASTNodeType node_type) (defined in tanlang::ASTBase) | tanlang::ASTBase | |
set_public(bool is_public) (defined in tanlang::Decl) | tanlang::Decl | |
set_start(uint32_t val) (defined in tanlang::SourceTraceable) | tanlang::SourceTraceable | |
set_type(Type *type) (defined in tanlang::Typed) | tanlang::Typed | virtual |
SourceTraceable()=delete (defined in tanlang::SourceTraceable) | tanlang::SourceTraceable | |
SourceTraceable(TokenizedSourceFile *src) (defined in tanlang::SourceTraceable) | tanlang::SourceTraceable | |
src() const (defined in tanlang::SourceTraceable) | tanlang::SourceTraceable | |
start() const (defined in tanlang::SourceTraceable) | tanlang::SourceTraceable | |
terminal_token() const | tanlang::ASTBase | inlinevirtual |
to_string(bool include_source_code=false) const | tanlang::ASTBase | protectedvirtual |
VarDecl(TokenizedSourceFile *src) (defined in tanlang::VarDecl) | tanlang::VarDecl | explicitprotected |
~ASTBase()=default (defined in tanlang::ASTBase) | tanlang::ASTBase | virtual |
~Typed()=default (defined in tanlang::Typed) | tanlang::Typed | virtual |