Searched refs:fInlinedBody (Results 1 – 2 of 2) sorted by relevance
696 inlinedCall.fInlinedBody = Block::Make(line, std::move(inlineStatements), in inlineCall()1169 if (!inlinedCall.fInlinedBody && !inlinedCall.fReplacementExpr) { in analyze()1174 this->ensureScopedBlocks(inlinedCall.fInlinedBody.get(), candidate.fParentStmt->get()); in analyze()1177 usage->add(inlinedCall.fInlinedBody.get()); in analyze()1197 inlinedCall.fInlinedBody->children().push_back(std::move(*enclosingStmt)); in analyze()1198 *enclosingStmt = std::move(inlinedCall.fInlinedBody); in analyze()
100 std::unique_ptr<Block> fInlinedBody; member