Searched refs:HasUnresolvedTypes (Results 1 – 3 of 3) sorted by relevance
1980 bool HasUnresolvedTypes = false; in InferAllTypes() local1982 HasUnresolvedTypes |= Trees[i]->ContainsUnresolvedType(); in InferAllTypes()1983 return !HasUnresolvedTypes; in InferAllTypes()
2358 bool HasUnresolvedTypes = false; in InferAllTypes() local2360 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(); in InferAllTypes()2361 return !HasUnresolvedTypes; in InferAllTypes()
2859 bool HasUnresolvedTypes = false; in InferAllTypes() local2861 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(*this); in InferAllTypes()2862 return !HasUnresolvedTypes; in InferAllTypes()