Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp183 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache() local
184 bool Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()
186 MaybeBeforeDecl--; in getRawCommentForDeclNoCache()
187 Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()
191 Comment = MaybeBeforeDecl + 1; in getRawCommentForDeclNoCache()