Home | History | Annotate | Download | only in AST

Lines Matching defs:Candidates

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