Lines Matching defs:FoundDef
2953 EnumDecl *FoundDef = FoundEnum->getDefinition();
2954 if (D->isThisDeclarationADefinition() && FoundDef)
2955 return Importer.MapImported(D, FoundDef);
3098 RecordDecl *FoundDef = FoundRecord->getDefinition();
3099 if (D->isThisDeclarationADefinition() && FoundDef) {
3102 Importer.MapImported(D, FoundDef);
3104 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef);
3108 // FoundDef may not have every implicit method that D has
4491 VarDecl *FoundDef = FoundVar->getDefinition();
4492 if (D->isThisDeclarationADefinition() && FoundDef)
4495 return Importer.MapImported(D, FoundDef);
6384 VarTemplateDecl *FoundDef = getTemplateDefinition(FoundTemplate);
6389 if (FoundDef)
6390 return Importer.MapImported(D, FoundDef);
6394 if (FoundDef && D->isThisDeclarationADefinition())
6395 return Importer.MapImported(D, FoundDef);
6506 VarDecl *FoundDef = FoundSpecialization->getDefinition();
6514 if (FoundDef)
6515 return Importer.MapImported(D, FoundDef);
6521 if (FoundDef && D->isThisDeclarationADefinition())
6522 return Importer.MapImported(D, FoundDef);