Searched refs:hasTypedMatcher (Results 1 – 2 of 2) sorted by relevance
185 bool hasTypedMatcher() const { in hasTypedMatcher() function186 return hasTypedMatcher(ASTNodeKind::getFromNodeKind<T>()); in hasTypedMatcher()189 bool hasTypedMatcher(ASTNodeKind NK) const { in hasTypedMatcher() function212 assert(hasTypedMatcher<T>() && "hasTypedMatcher<T>() == false"); in getTypedMatcher()218 assert(hasTypedMatcher(NK) && "hasTypedMatcher(NK) == false"); in getTypedMatcher()
87 return Value.getMatcher().hasTypedMatcher<T>();954 if (VM.hasTypedMatcher(NK)) {