Searched defs:structType (Results 1 – 9 of 9) sorted by relevance
101 #define OH_ArkUI_GetModuleInterface(nativeAPIVariantKind, structType, structPtr) … argument
168 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local187 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local266 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
156 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDecl() local175 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeFuncDecl() local259 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
282 AutoPtr<ASTStructType> structType = (static_cast<ASTStructType*>(astType.Get())); in NewStructTypeEmitter() local
240 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
189 const auto& structType = compiler.get_type(structTypeId); in ProcessStruct() local
225 AutoPtr<ASTStructType> structType = dynamic_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
1354 AutoPtr<ASTStructType> structType = new ASTStructType; in ParseStructDeclaration() local1420 void Parser::ParseStructMember(const AutoPtr<ASTStructType> &structType) in ParseStructMember()
1118 AutoPtr<ASTStructType> structType = new ASTStructType; in ParseStructDeclaration() local1188 void Parser::ParseStructMember(const AutoPtr<ASTStructType> &structType) in ParseStructMember()