Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp230 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl() local
231 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
233 CommentBehindDecl->isTrailingComment() && in getRawCommentForDeclNoCacheImpl()
240 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
242 return CommentBehindDecl; in getRawCommentForDeclNoCacheImpl()