Searched defs:DumpJSON (Results 1 – 3 of 3) sorted by relevance
33 static void DumpJSON(es2panda_AstNode *node, void *arg) in DumpJSON() function
58 …std::function<void(JsonObjectBuilder &)> DumpJSON(CheckSeverity severity, const std::string &sourc… in DumpJSON() function
221 std::string AstNode::DumpJSON() const in DumpJSON() function in ark::es2panda::ir::AstNode