Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp224 auto OffsetCommentBehindDecl = in getRawCommentForDeclNoCacheImpl() local
228 if (OffsetCommentBehindDecl != CommentsInTheFile.end()) { in getRawCommentForDeclNoCacheImpl()
229 RawComment *CommentBehindDecl = OffsetCommentBehindDecl->second; in getRawCommentForDeclNoCacheImpl()
240 OffsetCommentBehindDecl->first)) { in getRawCommentForDeclNoCacheImpl()
248 if (OffsetCommentBehindDecl == CommentsInTheFile.begin()) in getRawCommentForDeclNoCacheImpl()
251 auto OffsetCommentBeforeDecl = --OffsetCommentBehindDecl; in getRawCommentForDeclNoCacheImpl()