Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp238 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl() local
239 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
241 CommentBehindDecl->isTrailingComment() && in getRawCommentForDeclNoCacheImpl()
248 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
250 return CommentBehindDecl; in getRawCommentForDeclNoCacheImpl()