Lines Matching defs:ParentStmts
3063 assert(!ParentStmts.count(S) && "There is a Stmt cycle!");
3067 llvm::DenseSet<Stmt *> &ParentStmts;
3069 ParentStmtInserterRAII(Stmt *S, llvm::DenseSet<Stmt *> &ParentStmts)
3070 : S(S), ParentStmts(ParentStmts) {
3071 ParentStmts.insert(S);
3074 ParentStmts.erase(S);
3078 ParentStmtInserterRAII ParentStmtInserter(S, ParentStmts);
3093 assert(Writer->ParentStmts.empty() && "unexpected entries in parent stmt map");
3106 Writer->ParentStmts.clear();