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