Home
last modified time | relevance | path

Searched refs:FromS (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTImporter.h149 Stmt *Import(Stmt *FromS);
/external/clang/lib/AST/
DASTImporter.cpp6206 Stmt *ASTImporter::Import(Stmt *FromS) { in Import() argument
6207 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()