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()
1912 QualType CurrentType = E->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local1925 CurrentType = in VisitOffsetOfExpr()1926 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()1930 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr()1939 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1959 CurrentType = MemberDecl->getType(); in VisitOffsetOfExpr()1972 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()1976 CurrentType = ON.getBase()->getType(); in VisitOffsetOfExpr()1979 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
2580 cmsTagTypeSignature CurrentType; in WriteSetOfCurves() local2590 CurrentType = Type; in WriteSetOfCurves()2594 CurrentType = cmsSigCurveType; in WriteSetOfCurves()2597 CurrentType = cmsSigCurveType; in WriteSetOfCurves()2599 if (!_cmsWriteTypeBase(io, CurrentType)) return FALSE; in WriteSetOfCurves()2601 switch (CurrentType) { in WriteSetOfCurves()
7914 QualType CurrentType = OOE->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local7923 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()7926 CurrentType = AT->getElementType(); in VisitOffsetOfExpr()7927 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr()7934 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7943 CurrentType = MemberDecl->getType().getNonReferenceType(); in VisitOffsetOfExpr()7956 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()7964 CurrentType = BaseSpec->getType(); in VisitOffsetOfExpr()7965 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
11729 QualType CurrentType = ArgTy; in BuildBuiltinOffsetOf() local11735 if (!CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()11736 const ArrayType *AT = Context.getAsArrayType(CurrentType); in BuildBuiltinOffsetOf()11739 << CurrentType); in BuildBuiltinOffsetOf()11740 CurrentType = AT->getElementType(); in BuildBuiltinOffsetOf()11742 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()11764 if (CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()11768 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()11773 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()11778 const RecordType *RC = CurrentType->getAs<RecordType>(); in BuildBuiltinOffsetOf()[all …]