Joos1W Compiler Framework
|
This is the complete list of members for ast::Decl, including all inherited members.
asDeclContext() const (defined in ast::Decl) | ast::Decl | inlinevirtual |
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::Decl | protected |
children() const =0 | ast::AstNode | pure virtual |
Decl(BumpAllocator &alloc, std::string_view name) noexcept (defined in ast::Decl) | ast::Decl | inline |
dump() const (defined in ast::AstNode) | ast::AstNode | |
getCanonicalName() const | ast::Decl | inline |
hasCanonicalName() const =0 | ast::Decl | pure virtual |
indent(int indentation) | ast::AstNode | inlineprotectedstatic |
location() const =0 | ast::Decl | pure virtual |
mut_children() | ast::AstNode | inline |
name() const | ast::Decl | inline |
operator=(const AstNode &)=delete (defined in ast::AstNode) | ast::AstNode | |
operator=(AstNode &&)=delete (defined in ast::AstNode) | ast::AstNode | |
parent() const | ast::Decl | inline |
print(std::ostream &os, int indentation=0) const =0 (defined in ast::AstNode) | ast::AstNode | pure virtual |
printDot(std::ostream &os) const (defined in ast::AstNode) | ast::AstNode | inline |
printDotNode(DotPrinter &dp) const =0 (defined in ast::AstNode) | ast::AstNode | pure virtual |
setParent(DeclContext *parent) | ast::Decl | inlinevirtual |
~AstNode()=default (defined in ast::AstNode) | ast::AstNode | virtual |