Searched defs:structType (Results 1 – 9 of 9) sorted by relevance
107 #define OH_ArkUI_GetModuleInterface(nativeAPIVariantKind, structType, structPtr) … argument
73 AutoPtr<ASTStructType> structType = static_cast<ASTStructType *>(type.Get()); in EmitHeaderFileInclusions() local223 AutoPtr<ASTStructType> structType = static_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
282 AutoPtr<ASTStructType> structType = (static_cast<ASTStructType*>(astType.Get())); in NewStructTypeEmitter() local
354 AutoPtr<ASTStructType> structType = (static_cast<ASTStructType*>(astType.Get())); in ResolveDirectory() local
246 AutoPtr<ASTStructType> structType = static_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
221 const auto& structType = compiler.get_type(structTypeId); in ProcessStruct() local
231 AutoPtr<ASTStructType> structType = static_cast<ASTStructType *>(type.Get()); in EmitCustomTypeDataProcess() local
774 const structType = this.structOptions.createTypeReference(node) constant
1759 AutoPtr<ASTStructType> structType = new ASTStructType; in ParseStructDeclaration() local1825 void Parser::ParseStructMember(const AutoPtr<ASTStructType> &structType) in ParseStructMember()