Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp260 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl() local
261 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
263 CommentBehindDecl->isTrailingComment() && in getRawCommentForDeclNoCacheImpl()
270 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
272 return CommentBehindDecl; in getRawCommentForDeclNoCacheImpl()