Home | History | Annotate | Download | only in Sema

Lines Matching defs:Referenced

2245       // This is the first time we have referenced this class template
2621 // arguments was referenced but not declared, reuse that
2779 // This is the first time we have referenced this variable template
7012 // deduction by making sure it wasn't referenced, and then reset the deleted
7462 // arguments was referenced but not declared, reuse that
8318 Decl *Referenced = nullptr;
8368 Referenced = Result.getFoundDecl();
8373 Referenced = *Result.begin();
8385 if (Referenced)
8386 Diag(Referenced->getLocation(), diag::note_typename_refers_here)