Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdResolver

857     I = IdResolver.begin(Name),
858 IEnd = IdResolver.end();
882 // Check whether the IdResolver has anything in this scope.
984 // Check whether the IdResolver has anything in this scope.
1134 for (IdentifierResolver::iterator I = IdResolver.begin(Name),
1135 IEnd = IdResolver.end();