AttributesVisitor

Undocumented in source.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

processDeclaration
void processDeclaration(Declaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(MemberFunctionAttribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FunctionAttribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AtAttribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(PragmaExpression attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Deprecated attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AlignAttribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(LinkageAttribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Attribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StorageClass storage)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AttributeDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Declaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(InterfaceDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ClassDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StructDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(UnionDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(EnumDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(TemplateDeclaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
ASTContext context;
Undocumented in source.
sticky
bool sticky;
Undocumented in source.

Meta