Searched refs:MaybeBeforeDecl (Results 1 – 1 of 1) sorted by relevance
162 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache() local163 bool Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()165 MaybeBeforeDecl--; in getRawCommentForDeclNoCache()166 Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()170 Comment = MaybeBeforeDecl + 1; in getRawCommentForDeclNoCache()