Searched refs:ParseNodeInherit (Results 1 – 2 of 2) sorted by relevance
49 std::shared_ptr<AstObject> ParseNodeInherit(Token &name);
311 return ParseNodeInherit(name); in ParseNodeWithRef()371 std::shared_ptr<AstObject> Parser::ParseNodeInherit(Token &name) in ParseNodeInherit() function in Parser