Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp162 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; in getRawCommentForDeclNoCache() local
163 bool Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()
165 MaybeBeforeDecl--; in getRawCommentForDeclNoCache()
166 Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc); in getRawCommentForDeclNoCache()
170 Comment = MaybeBeforeDecl + 1; in getRawCommentForDeclNoCache()