Searched refs:HasUnresolvedTypes (Results 1 – 2 of 2) sorted by relevance
2358 bool HasUnresolvedTypes = false; in InferAllTypes() local2360 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(); in InferAllTypes()2361 return !HasUnresolvedTypes; in InferAllTypes()
3024 bool HasUnresolvedTypes = false; in InferAllTypes() local3026 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(*this); in InferAllTypes()3027 return !HasUnresolvedTypes; in InferAllTypes()