Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Conflict

496     // conflict.
2000 // overrides the system limits.h's macros, so there's no conflict here.
3548 case UnresolvedModuleRef::Conflict:
3550 Module::Conflict Conflict;
3551 Conflict.Other = ResolvedMod;
3552 Conflict.Message = Unresolved.String.str();
3553 Unresolved.Mod->Conflicts.push_back(Conflict);
4532 Unresolved.Kind = UnresolvedModuleRef::Conflict;