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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4890 QualType lhptee, rhptee; local
4894 lhptee = LHSBTy->getPointeeType();
4897 lhptee = LHSTy->castAs<PointerType>()->getPointeeType();
4910 Qualifiers lhQual = lhptee.getQualifiers();
4917 lhptee = S.Context.getQualifiedType(lhptee.getUnqualifiedType(), lhQual);
4920 QualType CompositeTy = S.Context.mergeTypes(lhptee, rhptee);
4979 QualType lhptee = LHSTy->getAs<PointerType>()->getPointeeType(); local
4983 if (lhptee->isVoidType() && rhptee->isIncompleteOrObjectType()) {
4986 = S.Context.getQualifiedType(lhptee, rhpte
5259 QualType lhptee = LHSTy->getAs<PointerType>()->getPointeeType(); local
5279 QualType lhptee = LHSTy->getAs<ObjCObjectPointerType>()->getPointeeType(); local
5480 const Type *lhptee, *rhptee; local
5603 QualType lhptee, rhptee; local
5646 QualType lhptee = LHSType->getAs<ObjCObjectPointerType>()->getPointeeType(); local
[all...]

Completed in 60 milliseconds