Home
last modified time | relevance | path

Searched refs:parentType (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_struct_type.cpp14 void ASTStructType::SetParentType(const AutoPtr<ASTStructType> &parentType) in SetParentType() argument
16 if (parentType == nullptr) { in SetParentType()
20 std::vector<std::tuple<std::string, AutoPtr<ASTType>>> parentMembers = parentType->GetMembers(); in SetParentType()
24 parentType_ = parentType; in SetParentType()
H A Dast_struct_type.h52 void SetParentType(const AutoPtr<ASTStructType> &parentType);
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1132 AutoPtr<ASTStructType> parentType = ParseStructParentType(); in ParseStructDeclaration() local
1133 structType->SetParentType(parentType); in ParseStructDeclaration()
1179 AutoPtr<ASTStructType> parentType = dynamic_cast<ASTStructType *>(baseType.Get()); in ParseStructParentType() local
1185 return parentType; in ParseStructParentType()

Completed in 5 milliseconds