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.cpp241 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl() local
242 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
244 CommentBehindDecl->isTrailingComment() && in getRawCommentForDeclNoCacheImpl()
251 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
253 return CommentBehindDecl; in getRawCommentForDeclNoCacheImpl()