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

/external/clang/lib/Sema/
H A DSemaExpr.cpp5515 QualType lhptee, rhptee; local
5520 lhptee = LHSBTy->getPointeeType();
5524 lhptee = LHSTy->castAs<PointerType>()->getPointeeType();
5537 Qualifiers lhQual = lhptee.getQualifiers();
5544 lhptee = S.Context.getQualifiedType(lhptee.getUnqualifiedType(), lhQual);
5547 QualType CompositeTy = S.Context.mergeTypes(lhptee, rhptee);
5639 QualType lhptee = LHSTy->getAs<PointerType>()->getPointeeType(); local
5643 if (lhptee->isVoidType() && rhptee->isIncompleteOrObjectType()) {
5646 = S.Context.getQualifiedType(lhptee, rhpte
5913 QualType lhptee = LHSTy->getAs<PointerType>()->getPointeeType(); local
5933 QualType lhptee = LHSTy->getAs<ObjCObjectPointerType>()->getPointeeType(); local
6141 const Type *lhptee, *rhptee; local
6265 QualType lhptee, rhptee; local
6308 QualType lhptee = LHSType->getAs<ObjCObjectPointerType>()->getPointeeType(); local
[all...]

Completed in 64 milliseconds