Searched refs:isDocumentation (Results 1 – 4 of 4) sorted by relevance
73 assert(isDocumentation()); in isTrailingComment()91 bool isDocumentation() const LLVM_READONLY { in isDocumentation() function
93 bool isDocumentation() const LLVM_READONLY { in isDocumentation() function
207 (*Comment)->isDocumentation() && (*Comment)->isTrailingComment() && in getRawCommentForDeclNoCache()229 if (!(*Comment)->isDocumentation() || (*Comment)->isTrailingComment()) in getRawCommentForDeclNoCache()384 assert(!RC || RC->isDocumentation()); in getRawCommentForAnyRedecl()
224 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()249 if (!(CommentBeforeDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()450 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()