Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp229 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl() local
230 if ((CommentBehindDecl->isDocumentation() || in getRawCommentForDeclNoCacheImpl()
232 CommentBehindDecl->isTrailingComment() && in getRawCommentForDeclNoCacheImpl()
239 Comments.getCommentBeginLine(CommentBehindDecl, DeclLocDecomp.first, in getRawCommentForDeclNoCacheImpl()
241 return CommentBehindDecl; in getRawCommentForDeclNoCacheImpl()