Home | History | Annotate | Download | only in Sema

Lines Matching refs:DestType

4835   QualType FromRecordType, DestType;
4842 DestType = Method->getThisType(Context);
4846 DestType = ImplicitParamRecordType;
4858 Qualifiers ToQs = DestType.getQualifiers();
4884 if (!Context.hasSameType(From->getType(), DestType))
4885 From = ImpCastExprToType(From, DestType, CK_NoOp,
8468 void Sema::NoteOverloadCandidate(FunctionDecl *Fn, QualType DestType) {
8473 HandleFunctionTypeMismatch(PD, Fn->getType(), DestType);
8480 void Sema::NoteAllOverloadCandidates(Expr* OverloadedExpr, QualType DestType) {
8491 NoteOverloadCandidate(FunTmpl->getTemplatedDecl(), DestType);
8494 NoteOverloadCandidate(Fun, DestType);