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