Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Existing

265 /// Compare the given set of language options against an existing set of
369 /// Compare the given set of target options against an existing set of
421 // a strict subset of the existing feature set, there is nothing to diagnose.
428 << /* is-existing-feature */ false << Feature;
431 << /* is-existing-feature */ true << Feature;
625 /// against the preprocessor options in an existing preprocessor.
646 // Dig out the macro definition in the existing preprocessor options.
648 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName];
658 if (Existing.second) {
666 SuggestedPredefines += Existing.first.str();
674 if (Existing.second != Known->second.second) {
684 if (Existing.second || Existing.first == Known->second.first)
690 << MacroName << Known->second.first << Existing.first;
779 /// against the header search options in an existing preprocessor.
3488 Error("Invalid existing PendingInstantiations");
3650 Error("Invalid existing UndefinedButUsed");
4099 /// We've merged the definition \p MergedDef into the existing definition
7409 // pre-existing predefined declaration \p D.