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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp183 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1; local
184 bool Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc);
186 MaybeBeforeDecl--;
187 Found = Compare(*MaybeBeforeDecl, &CommentAtDeclLoc);
191 Comment = MaybeBeforeDecl + 1;

Completed in 150 milliseconds