Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdResolver

895     I = IdResolver.begin(Name),
896 IEnd = IdResolver.end();
927 // Check whether the IdResolver has anything in this scope.
1092 // Check whether the IdResolver has anything in this scope.
1338 for (IdentifierResolver::iterator I = IdResolver.begin(Name),
1339 IEnd = IdResolver.end();