Home | History | Annotate | Download | only in Sema

Lines Matching refs:TargetType

9640   const QualType& TargetType; 
9659 const QualType &TargetType, bool Complain)
9660 : S(S), SourceExpr(SourceExpr), TargetType(TargetType),
9663 !!TargetType->getAs<MemberPointerType>()),
9724 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType);
9923 << TargetType << OvlExpr->getSourceRange();
9938 << OvlExpr->getName() << TargetType;
9981 QualType TargetType,
9987 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType,