Searched refs:ToEnum (Results 1 – 1 of 1) sorted by relevance
1876 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded() local1877 if (FromEnum->getDefinition() && !ToEnum->getDefinition()) { in ImportDefinitionIfNeeded()1878 ImportDefinition(FromEnum, ToEnum); in ImportDefinitionIfNeeded()2210 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() argument2214 return Ctx.IsStructurallyEquivalent(FromEnum, ToEnum); in IsStructuralMatch()4728 } else if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(ToDC)) { in ImportContext() local4730 if (ToEnum->isCompleteDefinition()) { in ImportContext()4733 ASTNodeImporter(*this).ImportDefinition(FromEnum, ToEnum, in ImportContext()4736 CompleteDecl(ToEnum); in ImportContext()5019 if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(To)) { in ImportDefinition() local[all …]