Searched refs:SyntheticStmtSourceMap (Results 1 – 2 of 2) sorted by relevance
70 SyntheticStmtSourceMap[SyntheticStmt.first] = SyntheticStmt.second; in ExprSequence()182 if (SyntheticStmtSourceMap.count(S)) in resolveSyntheticStmt()183 return SyntheticStmtSourceMap.lookup(S); in resolveSyntheticStmt()
98 llvm::DenseMap<const Stmt *, const Stmt *> SyntheticStmtSourceMap; variable