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

/external/clang/lib/AST/
H A DASTContext.cpp182 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; local
183 bool Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc);
185 MaybeBeforeDecl--;
186 Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc);
190 Comment = MaybeBeforeDecl + 1;

Completed in 41 milliseconds