Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h93 bool isDocumentation() const LLVM_READONLY { in isDocumentation() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp230 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
255 if (!(CommentBeforeDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
459 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()