Home
last modified time | relevance | path

Searched refs:getMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp304 setMatcher(Other.getMatcher()); in operator =()
411 const VariantMatcher &VariantValue::getMatcher() const { in getMatcher() function in clang::ast_matchers::dynamic::VariantValue
451 return getMatcher().isConvertibleTo(Kind.getNodeKind(), Specificity); in isConvertibleTo()
456 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()
479 case VT_Matcher: return getMatcher().getTypeAsString(); in getTypeAsString()
H A DMarshallers.h87 return Value.getMatcher().hasTypedMatcher<T>();
91 return Value.getMatcher().getTypedMatcher<T>();
902 InnerArgs.push_back(Value.getMatcher());
953 const VariantMatcher &VM = Arg.Value.getMatcher();
H A DParser.cpp396 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()
915 std::optional<DynTypedMatcher> Result = Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h303 const VariantMatcher &getMatcher() const;