Searched defs:OptionalChain (Results 1 – 2 of 2) sorted by relevance
21 OptionalChain::OptionalChain(PandaGen *pg, const ir::AstNode *node) : pg_(pg), node_(node), prev_(p… in OptionalChain() function in panda::es2panda::compiler::OptionalChain
516 friend class OptionalChain; variable