Lines Matching refs:canPatternMatch
1759 /// canPatternMatch - If it is impossible for this pattern to match on this
1764 bool TreePatternNode::canPatternMatch(std::string &Reason,
1769 if (!getChild(i)->canPatternMatch(Reason, CDP))
2937 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) {
3331 if (!R->canPatternMatch(ErrString, CDP)) {