Searched refs:FoundDef (Results 1 – 2 of 2) sorted by relevance
2633 Importer.MapImported(D, FoundDef); in VisitRecordDecl()3575 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl() local3579 return Importer.MapImported(D, FoundDef); in VisitVarDecl()5081 if (FoundDef) { in VisitClassTemplateSpecializationDecl()5086 return Importer.MapImported(D, FoundDef); in VisitClassTemplateSpecializationDecl()5089 if (IsStructuralMatch(D, FoundDef)) { in VisitClassTemplateSpecializationDecl()5091 Importer.MapImported(D, FoundDef); in VisitClassTemplateSpecializationDecl()5117 return FoundDef; in VisitClassTemplateSpecializationDecl()5370 if (VarDecl *FoundDef = D2->getDefinition()) { in VisitVarTemplateSpecializationDecl() local5372 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()[all …]
958 bool FoundDef = false; in collectVRegUses() local961 FoundDef = true; in collectVRegUses()965 if (FoundDef) in collectVRegUses()