Searched refs:mComment (Results 1 – 3 of 3) sorted by relevance
71 if (mComment != null) { in setRawCommentText()72 mComment = new Comment(mRawCommentText, parent(), mPosition); in setRawCommentText()78 if (mComment == null) { in comment()79 mComment = new Comment(mRawCommentText, parent(), mPosition); in comment()81 return mComment; in comment()92 if (mComment != null) { in setPosition()93 mComment = new Comment(mRawCommentText, parent(), mPosition); in setPosition()179 Comment mComment; field in DocInfo
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()
31 private Comment mComment; field in ParsedTagInfo40 if (mComment == null) { in commentTags()41 mComment = new Comment(mCommentText, mContainer, position()); in commentTags()43 return mComment.tags(); in commentTags()