Searched defs:IRNode (Results 1 – 2 of 2) sorted by relevance
20 struct IRNode { struct21 IRNode(int offset) in IRNode() argument24 virtual ~IRNode() {} in ~IRNode() argument30 int fOffset;
54 IRNode(int line, int kind) in IRNode() function