Searched refs:getMatcher (Results 1 – 4 of 4) sorted by relevance
305 setMatcher(Other.getMatcher()); in operator =()412 const VariantMatcher &VariantValue::getMatcher() const { in getMatcher() function in clang::ast_matchers::dynamic::VariantValue452 return getMatcher().isConvertibleTo(Kind.getNodeKind(), Specificity); in isConvertibleTo()457 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()480 case VT_Matcher: return getMatcher().getTypeAsString(); in getTypeAsString()
87 return Value.getMatcher().hasTypedMatcher<T>();91 return Value.getMatcher().getTypedMatcher<T>();902 InnerArgs.push_back(Value.getMatcher());953 const VariantMatcher &VM = Arg.Value.getMatcher();
397 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()916 std::optional<DynTypedMatcher> Result = Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
303 const VariantMatcher &getMatcher() const;