Searched refs:Typ (Results 1 – 2 of 2) sorted by relevance
43 class Typ { // expected-note {{not complete}} class44 Typ x; // expected-error {{incomplete type}}47 template <unsigned C> class B : Typ {};
1204 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression() local1205 if (Typ.get()->isObjCObjectOrInterfaceType()) { in ParseCastExpression()1212 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression()