Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToVisit

1483           // ToVisit is our stack of records that we still need to visit.
1485 SmallVector<const RecordType *, 8> ToVisit;
1486 ToVisit.push_back(RecordT);
1490 while (!ToVisit.empty()) {
1492 const RecordType *NextT = ToVisit.pop_back_val();
1527 ToVisit.push_back(Base.getType()->getAs<RecordType>());