Home
last modified time | relevance | path

Searched refs:GetAstRoot (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile_gen.cpp43 std::shared_ptr<AstObject> astObject = ast_->GetAstRoot(); in GetNodeRefPath()
167 if (astObj != ast_->GetAstRoot()) { in CloseBrace()
H A Dbytecode_gen.cpp180 …Option::Instance().ShouldAlign() ? -ast_->GetAstRoot()->GetSize() : ast_->GetAstRoot()->GetSize()), in ByteCodeWrite()
H A Dtext_gen.cpp53 auto moduleTerm = ast_->GetAstRoot()->Lookup("module", PARSEROP_CONFTERM); in Initialize()
372 if (object == ast_->GetAstRoot()) { in ImplementCloseBraceGen()
390 if (object == ast_->GetAstRoot()) { in ImplementGenTraversal()
592 while (p != ast_->GetAstRoot()) { in HcsBuildObjectPath()
H A Dparser.cpp38 if (ast_->GetAstRoot() == nullptr) { in Parse()
H A Dast.cpp937 std::shared_ptr<AstObject> Ast::GetAstRoot() in GetAstRoot() function in Ast
952 astRoot_ = astIt->GetAstRoot(); in Merge()
H A Dast.h288 std::shared_ptr<AstObject> GetAstRoot();
H A Dstartup_cfg_gen.cpp424 …std::shared_ptr<AstObject> deviceInfo = ast_->GetAstRoot()->Lookup("device_info", PARSEROP_CONFNOD… in GetHostInfo()