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