Home | History | Annotate | Download | only in Serialization

Lines Matching defs: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
253 /// against the preprocessor options in an existing preprocessor.
269 // Dig out the macro definition in the existing preprocessor options.
271 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName];
281 if (Existing.second) {
289 SuggestedPredefines += Existing.first.str();
297 if (Existing.second != Known->second.second) {
307 if (Existing.second || Existing.first == Known->second.first)
313 << MacroName << Known->second.first << Existing.first;
2386 Error("Invalid existing PendingInstantiations");
2548 Error("Invalid existing UndefinedButUsed");
5442 // sense of "already existing" and can be ignored here.