Lines Matching refs:Seen
475 llvm::SmallSet<VarDecl *, 32> Seen;480 // null. If we've already seen this variable before, insert()'s second482 if (VD == 0 || VD->isInvalidDecl() || !Seen.insert(VD))