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.cpp168 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local
187 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local
266 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
Dc_custom_types_code_emitter.cpp156 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local
175 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local
259 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp1127 AutoPtr<ASTStructType> structType = new ASTStructType; in ParseStructDeclaration() local
1197 void Parser::ParseStructMember(const AutoPtr<ASTStructType> &structType) in ParseStructMember()