Home | History | Annotate | Download | only in Sema

Lines Matching refs:TRD

3638     for (auto *TRD : Result)
3639 Candidate.addCorrectionDecl(TRD);
3704 for (LookupResult::iterator TRD = Result.begin(), TRDEnd = Result.end();
3705 TRD != TRDEnd; ++TRD) {
3709 TRD.getPair()) == Sema::AR_accessible)
3710 TC.addCorrectionDecl(*TRD);