Searched refs:SubTys (Results 1 – 1 of 1) sorted by relevance
342 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local346 SubTys[0] = const_cast<Type*>(Result); in FunctionType()351 SubTys[i+1] = Params[i]; in FunctionType()354 ContainedTys = SubTys; in FunctionType()