Searched refs:CurrentType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp36 std::string CurrentType;
49 if (!CurrentType.empty())
50 Layouts[CurrentType] = CurrentLayout;
72 CurrentType = parseName(LineStr);
151 if (!CurrentType.empty())
152 Layouts[CurrentType] = CurrentLayout;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1819 QualType CurrentType = E->getTypeSourceInfo()->getType(); local
1832 CurrentType =
1833 CGF.getContext().getAsArrayType(CurrentType)->getElementType();
1837 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
1846 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1866 CurrentType = MemberDecl->getType();
1879 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1883 CurrentType = ON.getBase()->getType();
1886 const RecordType *BaseRT = CurrentType->getAs<RecordType>();
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c2563 cmsTagTypeSignature CurrentType; local
2573 CurrentType = Type;
2577 CurrentType = cmsSigCurveType;
2580 CurrentType = cmsSigCurveType;
2582 if (!_cmsWriteTypeBase(io, CurrentType)) return FALSE;
2584 switch (CurrentType) {
/external/clang/lib/AST/
H A DExprConstant.cpp7021 QualType CurrentType = OOE->getTypeSourceInfo()->getType();
7030 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType);
7033 CurrentType = AT->getElementType();
7034 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType);
7041 const RecordType *RT = CurrentType->getAs<RecordType>();
7050 CurrentType = MemberDecl->getType().getNonReferenceType();
7063 const RecordType *RT = CurrentType->getAs<RecordType>();
7071 CurrentType = BaseSpec->getType();
7072 const RecordType *BaseRT = CurrentType->getAs<RecordType>();
/external/clang/lib/Sema/
H A DSemaExpr.cpp10212 QualType CurrentType = ArgTy; local
10220 if (!CurrentType->isDependentType()) {
10221 const ArrayType *AT = Context.getAsArrayType(CurrentType);
10224 << CurrentType);
10225 CurrentType = AT->getElementType();
10227 CurrentType = Context.DependentTy;
10249 if (CurrentType->isDependentType()) {
10253 CurrentType = Context.DependentTy;
10258 if (RequireCompleteType(OC.LocStart, CurrentType,
10263 const RecordType *RC = CurrentType
[all...]

Completed in 419 milliseconds