Home | History | Annotate | Download | only in Sema

Lines Matching defs:TargetType

8993   const QualType& TargetType; 
9010 const QualType& TargetType, bool Complain)
9011 : S(S), SourceExpr(SourceExpr), TargetType(TargetType),
9014 !!TargetType->getAs<MemberPointerType>()),
9073 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType);
9248 << TargetType << OvlExpr->getSourceRange();
9253 << OvlExpr->getName() << TargetType;
9296 QualType TargetType,
9302 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType,