Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdResolver

868     I = IdResolver.begin(Name),
869 IEnd = IdResolver.end();
895 // Check whether the IdResolver has anything in this scope.
1030 // Check whether the IdResolver has anything in this scope.
1272 for (IdentifierResolver::iterator I = IdResolver.begin(Name),
1273 IEnd = IdResolver.end();