Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_enum_type.cpp44 AutoPtr<ASTExpr> value = it->GetExprValue(); in Dump()
107 if (it->GetExprValue() == nullptr) { in EmitCTypeDecl()
110 …sb.Append(TAB).AppendFormat("%s = %s,\n", it->GetName().c_str(), it->GetExprValue()->EmitCode().c_… in EmitCTypeDecl()
128 if (it->GetExprValue() == nullptr) { in EmitCppTypeDecl()
131 …sb.Append(TAB).AppendFormat("%s = %s,\n", it->GetName().c_str(), it->GetExprValue()->EmitCode().c_… in EmitCppTypeDecl()
Dast_enum_type.h47 inline AutoPtr<ASTExpr> GetExprValue() in GetExprValue() function