Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Existing

154 /// \brief Compare the given set of language options against an existing set of
209 /// \brief Compare the given set of target options against an existing set of
452 /// against the preprocessor options in an existing preprocessor.
469 // Dig out the macro definition in the existing preprocessor options.
471 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName];
481 if (Existing.second) {
489 SuggestedPredefines += Existing.first.str();
497 if (Existing.second != Known->second.second) {
507 if (Existing.second || Existing.first == Known->second.first)
513 << MacroName << Known->second.first << Existing.first;
1985 // all of the existing definitions.
2690 // FIXME: There should never be an existing lookup table.
3024 Error("Invalid existing PendingInstantiations");
3193 Error("Invalid existing UndefinedButUsed");
5412 if (const Type *Existing = D->getTypeForDecl())
5413 T = Existing;
6392 // sense of "already existing" and can be ignored here.