sammine-lang
Loading...
Searching...
No Matches
sammine_lang::AST::PointerTypeExprAST Member List

This is the complete list of members for sammine_lang::AST::PointerTypeExprAST, including all inherited members.

classof(const TypeExprAST *node) (defined in sammine_lang::AST::PointerTypeExprAST)sammine_lang::AST::PointerTypeExprASTinlinestatic
getKind() const (defined in sammine_lang::AST::TypeExprAST)sammine_lang::AST::TypeExprASTinline
is_linear (defined in sammine_lang::AST::PointerTypeExprAST)sammine_lang::AST::PointerTypeExprAST
location (defined in sammine_lang::AST::TypeExprAST)sammine_lang::AST::TypeExprAST
pointee (defined in sammine_lang::AST::PointerTypeExprAST)sammine_lang::AST::PointerTypeExprAST
PointerTypeExprAST(std::unique_ptr< TypeExprAST > pointee, bool is_linear=false) (defined in sammine_lang::AST::PointerTypeExprAST)sammine_lang::AST::PointerTypeExprASTinlineexplicit
to_string() const override (defined in sammine_lang::AST::PointerTypeExprAST)sammine_lang::AST::PointerTypeExprASTinlinevirtual
TypeExprAST(ParseKind kind) (defined in sammine_lang::AST::TypeExprAST)sammine_lang::AST::TypeExprASTinline
~TypeExprAST()=default (defined in sammine_lang::AST::TypeExprAST)sammine_lang::AST::TypeExprASTvirtual