Searched refs:ToD (Results 1 – 1 of 1) sorted by relevance
85 void ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD = nullptr);1856 void ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded() argument1860 if (!ToD) { in ImportDefinitionIfNeeded()1861 ToD = Importer.Import(FromD); in ImportDefinitionIfNeeded()1862 if (!ToD) in ImportDefinitionIfNeeded()1867 if (RecordDecl *ToRecord = cast_or_null<RecordDecl>(ToD)) { in ImportDefinitionIfNeeded()1876 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded()2251 TranslationUnitDecl *ToD = in VisitTranslationUnitDecl() local2254 Importer.Imported(D, ToD); in VisitTranslationUnitDecl()2256 return ToD; in VisitTranslationUnitDecl()[all …]