Searched refs:KmpDependInfoRD (Results 1 – 1 of 1) sorted by relevance
4038 RecordDecl *KmpDependInfoRD = C.buildImplicitRecord("kmp_depend_info"); in getDependTypes() local4039 KmpDependInfoRD->startDefinition(); in getDependTypes()4040 addFieldToRecordDecl(C, KmpDependInfoRD, C.getIntPtrType()); in getDependTypes()4041 addFieldToRecordDecl(C, KmpDependInfoRD, C.getSizeType()); in getDependTypes()4042 addFieldToRecordDecl(C, KmpDependInfoRD, FlagsTy); in getDependTypes()4043 KmpDependInfoRD->completeDefinition(); in getDependTypes()4044 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD); in getDependTypes()4054 RecordDecl *KmpDependInfoRD = in getDepobjElements() local4069 *std::next(KmpDependInfoRD->field_begin(), in getDepobjElements()4083 RecordDecl *KmpDependInfoRD = in emitDependData() local[all …]