Home
last modified time | relevance | path

Searched refs:isDocumentation (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DRawCommentList.h93 bool isDocumentation() const LLVM_READONLY { in isDocumentation() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp225 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
250 if (!(CommentBeforeDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
451 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()