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()
1928 QualType CurrentType = E->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local1941 CurrentType = in VisitOffsetOfExpr()1942 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()1946 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr()1955 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1975 CurrentType = MemberDecl->getType(); in VisitOffsetOfExpr()1988 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1992 CurrentType = ON.getBase()->getType(); in VisitOffsetOfExpr()1995 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()
7260 QualType CurrentType = OOE->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local7269 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()7272 CurrentType = AT->getElementType(); in VisitOffsetOfExpr()7273 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr()7280 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7289 CurrentType = MemberDecl->getType().getNonReferenceType(); in VisitOffsetOfExpr()7302 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7310 CurrentType = BaseSpec->getType(); in VisitOffsetOfExpr()7311 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
10898 QualType CurrentType = ArgTy; in BuildBuiltinOffsetOf() local10906 if (!CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()10907 const ArrayType *AT = Context.getAsArrayType(CurrentType); in BuildBuiltinOffsetOf()10910 << CurrentType); in BuildBuiltinOffsetOf()10911 CurrentType = AT->getElementType(); in BuildBuiltinOffsetOf()10913 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()10935 if (CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()10939 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()10944 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()10949 const RecordType *RC = CurrentType->getAs<RecordType>(); in BuildBuiltinOffsetOf()[all …]