Searched defs:InlineCandidate (Results 1 – 1 of 1) sorted by relevance
618 struct InlineCandidate { struct619 std::shared_ptr<SymbolTable> fSymbols; // the SymbolTable of the candidate620 std::unique_ptr<Statement>* fParentStmt; // the parent Statement of the enclosing stmt621 std::unique_ptr<Statement>* fEnclosingStmt; // the Statement containing the candidate622 std::unique_ptr<Expression>* fCandidateExpr; // the candidate FunctionCall to be inlined623 FunctionDefinition* fEnclosingFunction; // the Function containing the candidate