Home
last modified time | relevance | path

Searched defs:structType (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcpp_custom_types_code_emitter.cpp157 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local
176 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local
252 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
Dc_custom_types_code_emitter.cpp148 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local
167 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local
256 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp1021 AutoPtr<ASTStructType> structType = new ASTStructType; in ParseStructDeclaration() local
1059 void Parser::ParseStructMember(const AutoPtr<ASTStructType> &structType) in ParseStructMember()