Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdResolver

896     I = IdResolver.begin(Name),
897 IEnd = IdResolver.end();
928 // Check whether the IdResolver has anything in this scope.
1093 // Check whether the IdResolver has anything in this scope.
1344 for (IdentifierResolver::iterator I = IdResolver.begin(Name),
1345 IEnd = IdResolver.end();
3054 for (auto I = S.IdResolver.begin(Ident.getValue()),
3055 E = S.IdResolver.end();
3057 if (S.IdResolver.isDeclInScope(*I, Ctx)) {