Lines Matching defs:Existing
153 NamedDecl *Existing; member in clang::ASTDeclReader::FindExistingResult
166 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult()
2232 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local
2236 if (T *Existing = ExistingRes) in mergeRedeclarable() local
2251 RedeclarableTemplateDecl *Existing, in mergeTemplatePattern()
2292 void ASTDeclReader::mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, in mergeRedeclarable()
2344 if (T *Existing = ExistingRes) in mergeMergeable() local
2828 if (auto *Existing = getAnonymousDeclForMerging( in findExisting() local
2863 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local
2871 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local
3462 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; in add() local