Home | History | Annotate | Download | only in Sema

Lines Matching refs:MethodPool

5392         if (Sel.isNull() || SemaRef.MethodPool.count(Sel))
5399 for (Sema::GlobalMethodPool::iterator M = SemaRef.MethodPool.begin(),
5400 MEnd = SemaRef.MethodPool.end();
5565 if (Sel.isNull() || MethodPool.count(Sel))
5572 for (GlobalMethodPool::iterator M = MethodPool.begin(),
5573 MEnd = MethodPool.end();
5639 if (Sel.isNull() || MethodPool.count(Sel))
5650 for (GlobalMethodPool::iterator M = MethodPool.begin(),
5651 MEnd = MethodPool.end();
6966 if (Sel.isNull() || MethodPool.count(Sel))
6983 for (GlobalMethodPool::iterator M = MethodPool.begin(),
6984 MEnd = MethodPool.end();