Searched refs:mComment (Results 1 – 3 of 3) sorted by relevance
52 if (mComment != null) { in setRawCommentText()53 mComment = new Comment(mRawCommentText, parent(), mPosition); in setRawCommentText()59 if (mComment == null) { in comment()60 mComment = new Comment(mRawCommentText, parent(), mPosition); in comment()62 return mComment; in comment()73 if (mComment != null) { in setPosition()74 mComment = new Comment(mRawCommentText, parent(), mPosition); in setPosition()114 Comment mComment; field in DocInfo
24 private Comment mComment; field in ParsedTagInfo33 if (mComment == null) { in commentTags()34 mComment = new Comment(mCommentText, mContainer, position()); in commentTags()36 return mComment.tags(); in commentTags()
36 private Comment mComment; field in AttributeInfo60 if (mComment == null) { in comment()64 mComment = c; in comment()69 if (mComment == null) { in comment()72 return mComment; in comment()