Searched refs:FromS (Results 1 – 2 of 2) sorted by relevance
148 Stmt *Import(Stmt *FromS);
5508 Stmt *ASTImporter::Import(Stmt *FromS) { in Import() argument5509 if (!FromS) in Import()5513 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS); in Import()5519 Stmt *ToS = Importer.Visit(FromS); in Import()5524 ImportedStmts[FromS] = ToS; in Import()