Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp232 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache() local
233 bool Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()
235 MaybeBeforeDecl--; in getRawCommentForDeclNoCache()
236 Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()
240 Comment = MaybeBeforeDecl + 1; in getRawCommentForDeclNoCache()