Searched refs:ifbase (Results 1 – 2 of 2) sorted by relevance
4244 if (auto ifbase = cbase.isInterfaceDeclaration()) in dotExp() local4245 e = new CastExp(e.loc, e, ifbase.type); in dotExp()
8520 if (InterfaceDeclaration *ifbase = cbase->isInterfaceDeclaration()) in dotExp() local8521 e = new CastExp(e->loc, e, ifbase->type); in dotExp()