Home | History | Annotate | Download | only in Serialization

Lines Matching defs:MethodPool

2841   if (SemaRef.MethodPool.empty() && SelectorIDs.empty())
2856 Sema::GlobalMethodPool::iterator F = SemaRef.MethodPool.find(S);
2862 if (F != SemaRef.MethodPool.end()) {
2891 SmallString<4096> MethodPool;
2896 llvm::raw_svector_ostream Out(MethodPool);
2915 Stream.EmitRecordWithBlob(MethodPoolAbbrev, Record, MethodPool.str());