Home | History | Annotate | Download | only in AST

Lines Matching full:candidates

1315   lookup_const_result Candidates = RD->lookup(getDeclName());
1316 for (NamedDecl * const * I = Candidates.begin(); I != Candidates.end(); ++I) {