Searched refs:getSupportedKind (Results 1 – 3 of 3) sorted by relevance
55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()89 return (Twine("Matcher<") + Matcher.getSupportedKind().asStringRef() + ">") in getTypeAsString()103 return ArgKind(Matcher.getSupportedKind()) in isConvertibleTo()129 Inner += Matchers[i].getSupportedKind().asStringRef(); in getTypeAsString()164 if (ArgKind(Matcher.getSupportedKind()) in isConvertibleTo()
397 ast_type_traits::ASTNodeKind getSupportedKind() const { in getSupportedKind() function482 assert(Implementation.getSupportedKind().isSame(557 assert(this->Implementation.getSupportedKind() in Matcher()578 const ast_type_traits::ASTNodeKind SourceKind = getSupportedKind();
218 const auto From = getSupportedKind(); in canConvertTo()