Searched refs:ContainsUnresolvedType (Results 1 – 4 of 4) sorted by relevance
504 bool ContainsUnresolvedType() const { in ContainsUnresolvedType() function509 if (getChild(i)->ContainsUnresolvedType()) return true; in ContainsUnresolvedType()
2360 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(); in InferAllTypes()2584 if (TPN->ContainsUnresolvedType()) { in ParseDefaultOperands()
1681 bool TreePatternNode::ContainsUnresolvedType(TreePattern &TP) const { in ContainsUnresolvedType() function in TreePatternNode1686 if (getChild(i)->ContainsUnresolvedType(TP)) in ContainsUnresolvedType()3026 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(*this); in InferAllTypes()3265 if (TPN->ContainsUnresolvedType(P)) { in ParseDefaultOperands()
845 bool ContainsUnresolvedType(TreePattern &TP) const;