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

/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp305 setMatcher(Other.getMatcher());
412 const VariantMatcher &VariantValue::getMatcher() const { function in class:clang::ast_matchers::dynamic::VariantValue
452 return getMatcher().isConvertibleTo(Kind.getNodeKind(), Specificity);
457 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity);
480 case VT_Matcher: return getMatcher().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.cpp399 NamedValue.getMatcher().getSingleMatcher();
918 std::optional<DynTypedMatcher> Result = Value.getMatcher().getSingleMatcher();
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h303 const VariantMatcher &getMatcher() const;

Completed in 171 milliseconds