Home | History | Annotate | Download | only in Sema

Lines Matching defs:TargetType

9276   const QualType& TargetType; 
9295 const QualType &TargetType, bool Complain)
9296 : S(S), SourceExpr(SourceExpr), TargetType(TargetType),
9299 !!TargetType->getAs<MemberPointerType>()),
9360 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType);
9548 << TargetType << OvlExpr->getSourceRange();
9563 << OvlExpr->getName() << TargetType;
9606 QualType TargetType,
9612 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType,