Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Known

274     llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >::iterator Known
276 if (Known == ASTFileMacros.end()) {
297 if (Existing.second != Known->second.second) {
300 << MacroName << Known->second.second;
307 if (Existing.second || Existing.first == Known->second.first)
313 << MacroName << Known->second.first << Existing.first;
2647 Sema::GlobalMethodPool::iterator Known
2649 if (Known == S.MethodPool.end())
2653 ObjCMethodList &Start = Method->isInstanceMethod()? Known->second.first
2654 : Known->second.second;
6232 // once a Sema object is known.