Home | History | Annotate | Download | only in Sema

Lines Matching defs:Seen

664   llvm::SmallSet<VarDecl *, 32> Seen;
673 // null. If we've already seen this variable before, insert()'s second
675 if (VD == 0 || VD->isInvalidDecl() || !Seen.insert(VD))