Searched defs:baseNode (Results 1 – 6 of 6) sorted by relevance
694 let baseNode = this.getNode(basePt); variable713 let baseNode = this.getNode(basePt) as PagNode; variable754 let baseNode = this.getNode(basePt) as PagNode; variable
438 let baseNode = this.getOrNewPagNode(cid, ivkExpr.getBase()); variable1637 let baseNode = this.pag.getOrNewNode(cid, base) as PagLocalNode; variable1662 let baseNode = this.pag.getOrNewNode(cid, ivkExpr.getBase()) as PagLocalNode; variable
59 auto baseNode = ark::es2panda::lsp::GetEffectiveBaseTypeNode(classNode); in GetExtendedClassProperties() local
197 auto baseNode = GetEffectiveBaseTypeNode(child); in IsChildNode() local
95 Expr(BaseNode *baseNode, Type *nodeType) : node(baseNode), type(nodeType) {} in Expr()
427 …CGFunc::SelectCopy(Operand &dest, PrimType dtype, Operand &src, PrimType stype, BaseNode *baseNode) in SelectCopy()