Searched refs:ImportedStmts (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTImporter.h65 llvm::DenseMap<Stmt *, Stmt *> ImportedStmts; member in class:clang::ASTImporter
/external/clang/lib/AST/
H A DASTImporter.cpp4718 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS);
4719 if (Pos != ImportedStmts.end())
4729 ImportedStmts[FromS] = ToS;

Completed in 1525 milliseconds