Home | History | Annotate | Download | only in Sema

Lines Matching full:visited

1447           // Visited contains the set of nodes we have already visited, while
1449 llvm::SmallPtrSet<const RecordType *, 8> Visited;
1460 if (!Visited.insert(NextT).second)