Searched defs:CommentDeclEvent (Results 1 – 3 of 3) sorted by relevance
188 struct CommentDeclEvent { struct189 Position pos;190 size_t nComments;191 const CharString *comments;192 const CharString *seps;
65 void SGMLApplication::commentDecl(const CommentDeclEvent &) in commentDecl()
370 CommentDeclEvent::CommentDeclEvent(const Location &loc, in CommentDeclEvent() function in SP_NAMESPACE::CommentDeclEvent