Home
last modified time | relevance | path

Searched refs:ASTNode (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/idl_tool/ast/
H A Dast_node.cpp20 ASTNode::~ASTNode() in ~ASTNode()
23 String ASTNode::ToString() in ToString()
25 return "ASTNode"; in ToString()
28 String ASTNode::Dump(const String& prefix) in Dump()
30 return prefix + "ASTNode"; in Dump()
H A Dast_node.h24 class ASTNode : public LightRefCountBase { class
26 virtual ~ASTNode();
H A Dast_parameter.h26 class ASTParameter : public ASTNode {
H A Dast_type.h26 class ASTType : public ASTNode {
H A Dast_method.h30 class ASTMethod : public ASTNode {
H A Dast_namespace.h30 class ASTNamespace : public ASTNode {
H A Dast_module.h39 class ASTModule : public ASTNode {
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_node.cpp20 ASTNode::~ASTNode() {} in ~ASTNode()
22 std::string ASTNode::ToString() const in ToString()
24 return "ASTNode"; in ToString()
27 std::string ASTNode::Dump(const std::string &prefix) in Dump()
29 return prefix + "ASTNode"; in Dump()
H A Dast_parameter.h26 class ASTParameter : public ASTNode {
29 : ASTNode(), name_(name), attr_(new ASTParamAttr(attribute)), type_(type) in ASTParameter()
34 : ASTNode(), name_(name), attr_(attribute), type_(type) in ASTParameter()
H A Dast_node.h27 class ASTNode : public LightRefCountBase { class
29 ~ASTNode() override;
H A Dast_attribute.h23 class ASTAttr : public ASTNode {
86 class ASTParamAttr : public ASTNode {
94 explicit ASTParamAttr(ParamAttr value) : ASTNode(), value_(value) {} in ASTParamAttr()
H A Dast_expr.h24 class ASTExpr : public ASTNode {
H A Dast_namespace.h29 class ASTNamespace : public ASTNode {
H A Dast_method.h27 class ASTMethod : public ASTNode {
H A Dast_enum_type.h28 class ASTEnumValue : public ASTNode {
H A Dast_type.h77 class ASTType : public ASTNode {
H A Dast.h62 class AST : public ASTNode {
/foundation/ability/idl_tool/test/unittest/ast_node_test/
H A Dast_node_test.cpp56 std::shared_ptr<ASTNode> imageASTNode = std::make_shared<ASTNode>(); in HWTEST_F()
58 String expectString = "ASTNode"; in HWTEST_F()
73 std::shared_ptr<ASTNode> imageASTNode = std::make_shared<ASTNode>(); in HWTEST_F()
76 String expectString = prefix + "ASTNode"; in HWTEST_F()

Completed in 5 milliseconds