Home | History | Annotate | Download | only in Frontend

Lines Matching refs:blockTranscribed

5616     // is the blockTranscribed which is the helper function for the
5629 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs);
5631 //blockTranscribed->dump();
5632 ReplaceStmt(S, blockTranscribed);
5633 return blockTranscribed;