Searched refs:ImportedStmts (Results 1 – 2 of 2) sorted by relevance
66 llvm::DenseMap<Stmt *, Stmt *> ImportedStmts; variable
6211 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS); in Import()6212 if (Pos != ImportedStmts.end()) in Import()6222 ImportedStmts[FromS] = ToS; in Import()