Searched refs:MaybeBeforeDecl (Results 1 – 1 of 1) sorted by relevance
182 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache() local183 bool Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()185 MaybeBeforeDecl--; in getRawCommentForDeclNoCache()186 Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()190 Comment = MaybeBeforeDecl + 1; in getRawCommentForDeclNoCache()