Searched refs:FromS (Results 1 – 2 of 2) sorted by relevance
149 Stmt *Import(Stmt *FromS);
6206 Stmt *ASTImporter::Import(Stmt *FromS) { in Import() argument6207 if (!FromS) in Import()6211 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS); in Import()6217 Stmt *ToS = Importer.Visit(FromS); in Import()6222 ImportedStmts[FromS] = ToS; in Import()