Home
last modified time | relevance | path

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

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