Home | History | Annotate | Download | only in AST

Lines Matching refs:ToS

4619   for (Stmt *ToS : ToStmts) {
4620 if (!ToS)
5519 Stmt *ToS = Importer.Visit(FromS);
5520 if (!ToS)
5524 ImportedStmts[FromS] = ToS;
5525 return ToS;