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