Joos1W Compiler Framework
ast::Decl Member List

This is the complete list of members for ast::Decl, including all inherited members.

asDeclContext() const (defined in ast::Decl)ast::Declinlinevirtual
AstNode()=default (defined in ast::AstNode)ast::AstNode
AstNode(const AstNode &)=delete (defined in ast::AstNode)ast::AstNode
AstNode(AstNode &&)=delete (defined in ast::AstNode)ast::AstNode
canonicalName_ (defined in ast::Decl)ast::Declprotected
children() const =0ast::AstNodepure virtual
Decl(BumpAllocator &alloc, std::string_view name) noexcept (defined in ast::Decl)ast::Declinline
dump() const (defined in ast::AstNode)ast::AstNode
getCanonicalName() constast::Declinline
hasCanonicalName() const =0ast::Declpure virtual
indent(int indentation)ast::AstNodeinlineprotectedstatic
location() const =0ast::Declpure virtual
mut_children()ast::AstNodeinline
name() constast::Declinline
operator=(const AstNode &)=delete (defined in ast::AstNode)ast::AstNode
operator=(AstNode &&)=delete (defined in ast::AstNode)ast::AstNode
parent() constast::Declinline
print(std::ostream &os, int indentation=0) const =0 (defined in ast::AstNode)ast::AstNodepure virtual
printDot(std::ostream &os) const (defined in ast::AstNode)ast::AstNodeinline
printDotNode(DotPrinter &dp) const =0 (defined in ast::AstNode)ast::AstNodepure virtual
setParent(DeclContext *parent)ast::Declinlinevirtual
~AstNode()=default (defined in ast::AstNode)ast::AstNodevirtual