Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Known

2074   llvm::DenseMap<Module *, unsigned>::iterator Known = SubmoduleIDs.find(Mod);
2075 if (Known != SubmoduleIDs.end())
2076 return Known->second;
2086 Known = SubmoduleIDs.find(Mod);
2087 if (Known != SubmoduleIDs.end())
2088 return Known->second;
2621 /// contains an empty entry for every other selector known to Sema.
3380 assert(CanonID && "Merged declaration not known?");
3668 // Build a record containing all of the known namespaces.
3900 // Write the known namespaces.
4245 // If D comes from an AST file, its declaration ID is already known and
4271 // If D comes from an AST file, its declaration ID is already known and