Home
last modified time | relevance | path

Searched refs:ParseNodeInherit (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.h49 std::shared_ptr<AstObject> ParseNodeInherit(Token &name);
H A Dparser.cpp311 return ParseNodeInherit(name); in ParseNodeWithRef()
371 std::shared_ptr<AstObject> Parser::ParseNodeInherit(Token &name) in ParseNodeInherit() function in Parser