Lines Matching refs:null
110 tag(null, m.group(1), true, pos); in tag()
116 tag(null, text.substring(start), true, pos); in tag()
129 if (name == null) { in tag()
165 if (c != null) { in tag()
189 Errors.error(Errors.UNKNOWN_TAG, pos == null ? null : new SourcePositionInfo(pos), in tag()
321 boolean b = (mText != null) && (mText.indexOf("@doconly") >= 0); in isDocOnly()
349 mText = null; in initImpl()
364 mParamTagsList = null; in initImpl()
365 mSeeTagsList = null; in initImpl()
366 mThrowsTagsList = null; in initImpl()
367 mReturnTagsList = null; in initImpl()
368 mDeprecatedTagsList = null; in initImpl()
369 mUndeprecateTagsList = null; in initImpl()
370 mAttrTagsList = null; in initImpl()
371 mBriefTagsList = null; in initImpl()