Home | History | Annotate | Download | only in Sema

Lines Matching defs:Seen

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