Searched refs:CurrentType (Results 1 – 4 of 4) sorted by relevance
36 std::string CurrentType; in LayoutOverrideSource() local49 if (!CurrentType.empty()) in LayoutOverrideSource()50 Layouts[CurrentType] = CurrentLayout; in LayoutOverrideSource()72 CurrentType = parseName(LineStr); in LayoutOverrideSource()151 if (!CurrentType.empty()) in LayoutOverrideSource()152 Layouts[CurrentType] = CurrentLayout; in LayoutOverrideSource()
1878 QualType CurrentType = E->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local1891 CurrentType = in VisitOffsetOfExpr()1892 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()1896 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr()1905 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1925 CurrentType = MemberDecl->getType(); in VisitOffsetOfExpr()1938 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1942 CurrentType = ON.getBase()->getType(); in VisitOffsetOfExpr()1945 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
10391 QualType CurrentType = ArgTy; in BuildBuiltinOffsetOf() local10399 if (!CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()10400 const ArrayType *AT = Context.getAsArrayType(CurrentType); in BuildBuiltinOffsetOf()10403 << CurrentType); in BuildBuiltinOffsetOf()10404 CurrentType = AT->getElementType(); in BuildBuiltinOffsetOf()10406 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()10428 if (CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()10432 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()10437 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()10442 const RecordType *RC = CurrentType->getAs<RecordType>(); in BuildBuiltinOffsetOf()[all …]
7255 QualType CurrentType = OOE->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local7264 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()7267 CurrentType = AT->getElementType(); in VisitOffsetOfExpr()7268 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr()7275 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7284 CurrentType = MemberDecl->getType().getNonReferenceType(); in VisitOffsetOfExpr()7297 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7305 CurrentType = BaseSpec->getType(); in VisitOffsetOfExpr()7306 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()