Searched refs:ContainsUnresolvedType (Results 1 – 6 of 6) sorted by relevance
468 bool ContainsUnresolvedType() const { in ContainsUnresolvedType() function473 if (getChild(i)->ContainsUnresolvedType()) return true; in ContainsUnresolvedType()
1982 HasUnresolvedTypes |= Trees[i]->ContainsUnresolvedType(); in InferAllTypes()2211 if (TPN->ContainsUnresolvedType()) { in ParseDefaultOperands()
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()
1561 bool TreePatternNode::ContainsUnresolvedType(TreePattern &TP) const { in ContainsUnresolvedType() function in TreePatternNode1566 if (getChild(i)->ContainsUnresolvedType(TP)) in ContainsUnresolvedType()2861 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(*this); in InferAllTypes()3107 if (TPN->ContainsUnresolvedType(P)) { in ParseDefaultOperands()
763 bool ContainsUnresolvedType(TreePattern &TP) const;