Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h73 assert(isDocumentation()); in isTrailingComment()
91 bool isDocumentation() const LLVM_READONLY { in isDocumentation() function
/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h93 bool isDocumentation() const LLVM_READONLY { in isDocumentation() function
/external/clang/lib/AST/
DASTContext.cpp207 (*Comment)->isDocumentation() && (*Comment)->isTrailingComment() && in getRawCommentForDeclNoCache()
229 if (!(*Comment)->isDocumentation() || (*Comment)->isTrailingComment()) in getRawCommentForDeclNoCache()
384 assert(!RC || RC->isDocumentation()); in getRawCommentForAnyRedecl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp224 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
249 if (!(CommentBeforeDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
450 assert(Comment.isDocumentation() || LangOpts.CommentOpts.ParseAllComments); in cacheRawCommentForDecl()