Searched refs:fInlinedBody (Results 1 – 2 of 2) sorted by relevance
686 inlinedCall.fInlinedBody = Block::Make(offset, std::move(inlineStatements), in inlineCall()1145 if (!inlinedCall.fInlinedBody && !inlinedCall.fReplacementExpr) { in analyze()1150 this->ensureScopedBlocks(inlinedCall.fInlinedBody.get(), candidate.fParentStmt->get()); in analyze()1153 usage->add(inlinedCall.fInlinedBody.get()); in analyze()1173 inlinedCall.fInlinedBody->children().push_back(std::move(*enclosingStmt)); in analyze()1174 *enclosingStmt = std::move(inlinedCall.fInlinedBody); in analyze()
91 std::unique_ptr<Block> fInlinedBody; member