Lines Matching defs:Existing
218 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult
226 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult()
930 FunctionDecl *Existing = nullptr; in VisitFunctionDecl() local
1126 auto *Existing = cast_or_null<FunctionDecl>(Redecl.getKnownMergeTarget()); in VisitFunctionDecl() local
1558 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) in VisitMSGuidDecl() local
1568 if (UnnamedGlobalConstantDecl *Existing = in VisitUnnamedGlobalConstantDecl() local
1579 if (TemplateParamObjectDecl *Existing = in VisitTemplateParamObjectDecl() local
2840 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local
2844 if (T *Existing = ExistingRes) in mergeRedeclarable() local
2869 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeLambda() local
2903 RedeclarableTemplateDecl *Existing, in mergeTemplatePattern()
2945 void ASTDeclReader::mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, in mergeRedeclarable()
3023 if (T *Existing = ExistingRes) in mergeMergeable() local
3443 if (auto *Existing = getAnonymousDeclForMerging( in findExisting() local
3476 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local
3484 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local
4412 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; in add() local