Searched refs:CurrentType (Results 1 – 5 of 5) 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()
1925 QualType CurrentType = E->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local1938 CurrentType = in VisitOffsetOfExpr()1939 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()1943 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr()1952 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1972 CurrentType = MemberDecl->getType(); in VisitOffsetOfExpr()1985 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1989 CurrentType = ON.getBase()->getType(); in VisitOffsetOfExpr()1992 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
2563 cmsTagTypeSignature CurrentType; in WriteSetOfCurves() local2573 CurrentType = Type; in WriteSetOfCurves()2577 CurrentType = cmsSigCurveType; in WriteSetOfCurves()2580 CurrentType = cmsSigCurveType; in WriteSetOfCurves()2582 if (!_cmsWriteTypeBase(io, CurrentType)) return FALSE; in WriteSetOfCurves()2584 switch (CurrentType) { in WriteSetOfCurves()
7618 QualType CurrentType = OOE->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local7627 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()7630 CurrentType = AT->getElementType(); in VisitOffsetOfExpr()7631 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr()7638 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7647 CurrentType = MemberDecl->getType().getNonReferenceType(); in VisitOffsetOfExpr()7660 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7668 CurrentType = BaseSpec->getType(); in VisitOffsetOfExpr()7669 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
11196 QualType CurrentType = ArgTy; in BuildBuiltinOffsetOf() local11203 if (!CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()11204 const ArrayType *AT = Context.getAsArrayType(CurrentType); in BuildBuiltinOffsetOf()11207 << CurrentType); in BuildBuiltinOffsetOf()11208 CurrentType = AT->getElementType(); in BuildBuiltinOffsetOf()11210 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()11232 if (CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()11236 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()11241 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()11246 const RecordType *RC = CurrentType->getAs<RecordType>(); in BuildBuiltinOffsetOf()[all …]