Searched defs:FromS (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp4713 Stmt *ASTImporter::Import(Stmt *FromS) { argument
4714 if (!FromS)
4718 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS);
4724 Stmt *ToS = Importer.Visit(FromS);
4729 ImportedStmts[FromS] = ToS;

Completed in 183 milliseconds