Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h93 bool isDocumentation() const LLVM_READONLY { in isDocumentation() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp242 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
267 if (!(CommentBeforeDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
474 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()