Searched defs:lhptee (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp5286 QualType lhptee, rhptee; local
5291 lhptee = LHSBTy->getPointeeType();
5295 lhptee = LHSTy->castAs<PointerType>()->getPointeeType();
5308 Qualifiers lhQual = lhptee.getQualifiers();
5315 lhptee = S.Context.getQualifiedType(lhptee.getUnqualifiedType(), lhQual);
5318 QualType CompositeTy = S.Context.mergeTypes(lhptee, rhptee);
5380 QualType lhptee = LHSTy->getAs<PointerType>()->getPointeeType(); local
5384 if (lhptee->isVoidType() && rhptee->isIncompleteOrObjectType()) {
5387 = S.Context.getQualifiedType(lhptee, rhpte
5653 QualType lhptee = LHSTy->getAs<PointerType>()->getPointeeType(); local
5673 QualType lhptee = LHSTy->getAs<ObjCObjectPointerType>()->getPointeeType(); local
5882 const Type *lhptee, *rhptee; local
6005 QualType lhptee, rhptee; local
6048 QualType lhptee = LHSType->getAs<ObjCObjectPointerType>()->getPointeeType(); local
[all...]

Completed in 113 milliseconds