Home
last modified time | relevance | path

Searched refs:Ast (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.h28 std::list<std::shared_ptr<Ast>> ParseOne(const std::string &src);
32 std::shared_ptr<Ast> GetAst();
63 std::shared_ptr<Ast> ast_;
H A Dgenerator.h20 explicit Generator(const std::shared_ptr<Ast> &ast) : ast_(ast) {} in Generator()
27 std::shared_ptr<Ast> ast_;
H A Dast.cpp928 void Ast::Dump(const std::string &prefix) in Dump()
937 std::shared_ptr<AstObject> Ast::GetAstRoot() in GetAstRoot()
942 bool Ast::Merge(const std::list<std::shared_ptr<Ast>> &astList) in Merge()
965 bool Ast::Expand() in Expand()
987 bool Ast::NodeExpandRef() in NodeExpandRef()
1021 bool Ast::NodeExpandDelete() in NodeExpandDelete()
1042 bool Ast::NodeExpandTermRef() in NodeExpandTermRef()
1062 bool Ast::NodeExpand() in NodeExpand()
1078 bool Ast::InheritExpand() in InheritExpand()
1096 bool Ast::RedefineCheck() in RedefineCheck()
[all …]
H A Dparser.cpp89 std::list<std::shared_ptr<Ast>> Parser::ParseOne(const std::string &src) in ParseOne()
93 std::list<std::shared_ptr<Ast>> astList; in ParseOne()
106 return std::list<std::shared_ptr<Ast>>(); in ParseOne()
110 return std::list<std::shared_ptr<Ast>>(); in ParseOne()
115 auto oneAst = std::make_shared<Ast>(rootNode); in ParseOne()
435 std::shared_ptr<Ast> Parser::GetAst() in GetAst()
H A Ddecompile_gen.h21 DecompileGen(std::shared_ptr<Ast> ast, std::string outPutFileName);
45 std::shared_ptr<Ast> ast_;
H A Dast.h46 friend class Ast;
282 class Ast {
284 …explicit Ast(std::shared_ptr<AstObject> astRoot) : astRoot_(std::move(astRoot)), redefineChecked_(… in Ast() function
286 ~Ast() = default;
290 bool Merge(const std::list<std::shared_ptr<Ast>> &astList);
H A Ddecompile.h71 std::shared_ptr<Ast> RebuildAst();
H A Dbytecode_gen.h31 explicit ByteCodeGen(std::shared_ptr<Ast> ast);
H A Dmacro_gen.h21 explicit MacroGen(std::shared_ptr<Ast> ast);
H A Ddecompile.cpp289 std::shared_ptr<Ast> Decompile::RebuildAst() in RebuildAst()
301 auto ast = std::make_shared<Ast>(rootObject); in RebuildAst()
H A Dstartup_cfg_gen.h46 explicit StartupCfgGen(const std::shared_ptr<Ast> &ast);
H A Dtext_gen.h21 explicit TextGen(std::shared_ptr<Ast> ast);
H A Ddecompile_gen.cpp16 DecompileGen::DecompileGen(std::shared_ptr<Ast> ast, std::string outPutFileName) in DecompileGen()
H A Dbytecode_gen.cpp17 ByteCodeGen::ByteCodeGen(std::shared_ptr<Ast> ast) in ByteCodeGen()
H A Dmacro_gen.cpp23 MacroGen::MacroGen(std::shared_ptr<Ast> ast) : Generator(ast) {} in MacroGen()
H A Dtext_gen.cpp23 TextGen::TextGen(std::shared_ptr<Ast> ast) : Generator(ast) {} in TextGen()
698 auto res = Ast::WalkRound( in TemplateVariableGen()
H A Dstartup_cfg_gen.cpp46 StartupCfgGen::StartupCfgGen(const std::shared_ptr<Ast> &ast) : Generator(ast) in StartupCfgGen()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js26 Ast,
H A Dast.js770 class Ast { class
1060 Ast,
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!