Searched refs:coercibleTypes (Results 1 – 4 of 4) sorted by relevance
78 std::vector<const Type*> types = fParameters[i]->fType.coercibleTypes(); in determineFinalTypes()97 *outReturnType = fReturnType.coercibleTypes()[genericIndex]; in determineFinalTypes()
134 std::vector<const Type*> coercibleTypes) in Type() argument140 , fCoercibleTypes(std::move(coercibleTypes)) in Type()314 const std::vector<const Type*>& coercibleTypes() const { in coercibleTypes() function
391 const std::vector<const Type*>& types = parameterType.coercibleTypes(); in determineFinalTypes()414 *outReturnType = returnType.coercibleTypes()[genericIndex]; in determineFinalTypes()
349 const std::vector<const Type*>& coercibleTypes() const { in coercibleTypes() function