Lines Matching defs:Existing
208 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult
216 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult()
1383 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) in VisitMSGuidDecl() local
1393 if (TemplateParamObjectDecl *Existing = in VisitTemplateParamObjectDecl() local
2523 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local
2527 if (T *Existing = ExistingRes) in mergeRedeclarable() local
2542 RedeclarableTemplateDecl *Existing, in mergeTemplatePattern()
2584 void ASTDeclReader::mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, in mergeRedeclarable()
2673 if (T *Existing = ExistingRes) in mergeMergeable() local
3447 if (auto *Existing = getAnonymousDeclForMerging( in findExisting() local
3480 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local
3488 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local
4302 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; in add() local