Home | History | Annotate | Download | only in AST

Lines Matching refs:lookup_const_result

1168   DeclContext::lookup_const_result R = lookup(Name);
1285 lookup_const_result Candidates = RD->lookup(getDeclName());
1361 DeclContext::lookup_const_result R = getDeclContext()->lookup(getDeclName());
1362 for (DeclContext::lookup_const_result::iterator I = R.begin(), E = R.end();