Searched refs:IRNode (Results 1 – 14 of 14) sorted by relevance
19 struct IRNode { struct20 IRNode(int offset) in IRNode() function23 virtual ~IRNode() {} in ~IRNode() argument
42 IRNode* takeOwnership(IRNode* n);57 std::vector<std::unique_ptr<IRNode>> fOwnedNodes;
18 struct ProgramElement : public IRNode {37 typedef IRNode INHERITED;
18 struct Symbol : public IRNode {37 typedef IRNode INHERITED;
19 struct Statement : public IRNode {50 typedef IRNode INHERITED;
26 struct Expression : public IRNode {114 typedef IRNode INHERITED;
67 IRNode* SymbolTable::takeOwnership(IRNode* n) { in takeOwnership()
19 struct IRNode { struct20 IRNode(int offset) in IRNode() argument23 virtual ~IRNode() {} in ~IRNode() argument
26 struct Expression : public IRNode {115 typedef IRNode INHERITED;