Home | History | Annotate | Download | only in Sema

Lines Matching refs:VDecl

3566 void Sema::DiagnoseAutoDeductionFailure(VarDecl *VDecl, Expr *Init) {
3568 Diag(VDecl->getLocation(),
3570 << VDecl->getDeclName() << VDecl->getType() << Init->getSourceRange();
3572 Diag(VDecl->getLocation(), diag::err_auto_var_deduction_failure)
3573 << VDecl->getDeclName() << VDecl->getType() << Init->getType()