Home | History | Annotate | Download | only in Dynamic

Lines Matching refs:VariantValue

25 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
77 /// functions in VariantValue.
84 static bool is(const VariantValue &Value) { return Value.isString(); }
85 static const std::string &get(const VariantValue &Value) {
98 static bool is(const VariantValue &Value) {
101 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) {
110 static bool is(const VariantValue &Value) { return Value.isUnsigned(); }
111 static unsigned get(const VariantValue &Value) {
184 /// The marshaller is in charge of taking the VariantValue arguments, checking
313 const VariantValue &Value = Arg.Value;
604 const VariantValue &Value = Arg.Value;