Searched defs:Visitor (Results 1 – 8 of 8) sorted by relevance
284 ## Visitor section in Panda Intermediate representation(IR) design
293 ## Visitor section in Panda Intermediate representation(IR) design
55 Visitor = Struct.new(:ir_op, :switch) constant
53 Visitor = Struct.new(:ir_op, :cpp, :switch) constant
55 Visitor = Struct.new(:ir_op, :cpp, :switch) constant
24 from taihe.parse.antlr.TaiheVisitor import TaiheVisitor as Visitor unknown
374 void Visitor(const ir::AstNode *node, InlayHintProcessingContext &context, InlayHintList *result) in Visitor() function