Searched refs:CommentDeclEvent (Results 1 – 8 of 8) sorted by relevance
188 struct CommentDeclEvent { struct285 virtual void commentDecl(const CommentDeclEvent &);
23 EVENT(CommentDeclEvent, commentDecl)
65 void SGMLApplication::commentDecl(const CommentDeclEvent &) in commentDecl() argument
370 CommentDeclEvent::CommentDeclEvent(const Location &loc, in CommentDeclEvent() function in SP_NAMESPACE::CommentDeclEvent
299 void GenericEventHandler::commentDecl(CommentDeclEvent *event) in commentDecl()301 SGMLApplication::CommentDeclEvent appEvent; in commentDecl()
3249 CommentDeclEvent(markupLocation(), in emptyCommentDecl()3310 CommentDeclEvent(markupLocation(), in parseCommentDecl()
515 class CommentDeclEvent : public MarkupEvent {517 CommentDeclEvent(const Location &, Markup *);520 CommentDeclEvent(const CommentDeclEvent &); // undefined521 void operator=(const CommentDeclEvent &); // undefined840 virtual void commentDecl(CommentDeclEvent *);
42 void commentDecl(CommentDeclEvent *);