Lines Matching refs:VariantValue
24 std::vector<ParserValue> Args(const VariantValue &Arg1) { in Args()
29 std::vector<ParserValue> Args(const VariantValue &Arg1, in Args()
30 const VariantValue &Arg2) { in Args()
54 const VariantValue &Arg1, in constructMatcher()
67 const VariantValue &Arg1, in constructMatcher()
68 const VariantValue &Arg2, in constructMatcher()
566 "cxxBoolLiteral", constructMatcher("equals", VariantValue(true))) in TEST_F()
573 "cxxBoolLiteral", constructMatcher("equals", VariantValue(0))) in TEST_F()
580 "floatLiteral", constructMatcher("equals", VariantValue(1.2))) in TEST_F()
592 "integerLiteral", constructMatcher("equals", VariantValue(42))) in TEST_F()
598 "characterLiteral", constructMatcher("equals", VariantValue('x'))) in TEST_F()