Home | History | Annotate | Download | only in Sema

Lines Matching refs:TRD

4050     for (auto *TRD : Result)
4051 Candidate.addCorrectionDecl(TRD);
4117 for (LookupResult::iterator TRD = Result.begin(), TRDEnd = Result.end();
4118 TRD != TRDEnd; ++TRD) {
4122 TRD.getPair()) == Sema::AR_accessible)
4123 TC.addCorrectionDecl(*TRD);