Searched refs:FromS (Results 1 – 2 of 2) sorted by relevance
424 llvm::Expected<Stmt *> Import(Stmt *FromS);
8545 Expected<Stmt *> ASTImporter::Import(Stmt *FromS) { in Import() argument8546 if (!FromS) in Import()8550 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS); in Import()8556 ExpectedStmt ToSOrErr = Importer.Visit(FromS); in Import()8561 auto *FromE = cast<Expr>(FromS); in Import()8570 ImportedStmts[FromS] = *ToSOrErr; in Import()