Lines Matching refs:canPatternMatch
1660 /// canPatternMatch - If it is impossible for this pattern to match on this
1665 bool TreePatternNode::canPatternMatch(std::string &Reason,
1670 if (!getChild(i)->canPatternMatch(Reason, CDP))
2777 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this))
3026 if (!R->canPatternMatch(ErrString, CDP)) {