Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Existing

68 /// \brief Compare the given set of language options against an existing set of
123 /// \brief Compare the given set of target options against an existing set of
255 /// against the preprocessor options in an existing preprocessor.
272 // Dig out the macro definition in the existing preprocessor options.
274 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName];
284 if (Existing.second) {
292 SuggestedPredefines += Existing.first.str();
300 if (Existing.second != Known->second.second) {
310 if (Existing.second || Existing.first == Known->second.first)
316 << MacroName << Known->second.first << Existing.first;
2510 Error("Invalid existing PendingInstantiations");
2672 Error("Invalid existing UndefinedButUsed");
5734 // sense of "already existing" and can be ignored here.