Searched refs:ToEnum (Results 1 – 1 of 1) sorted by relevance
1863 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded() local1864 if (FromEnum->getDefinition() && !ToEnum->getDefinition()) { in ImportDefinitionIfNeeded()1865 ImportDefinition(FromEnum, ToEnum); in ImportDefinitionIfNeeded()2202 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() argument2206 return Ctx.IsStructurallyEquivalent(FromEnum, ToEnum); in IsStructuralMatch()4692 } else if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(ToDC)) { in ImportContext() local4694 if (ToEnum->isCompleteDefinition()) { in ImportContext()4697 ASTNodeImporter(*this).ImportDefinition(FromEnum, ToEnum, in ImportContext()4700 CompleteDecl(ToEnum); in ImportContext()4971 if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(To)) { in ImportDefinition() local[all …]