Lines Matching refs:defaulted
2599 bool defaulted = false; in TEST_F() local
2601 auto *N = DITemplateTypeParameter::get(Context, Name, Type, defaulted); in TEST_F()
2606 EXPECT_EQ(N, DITemplateTypeParameter::get(Context, Name, Type, defaulted)); in TEST_F()
2608 EXPECT_NE(N, DITemplateTypeParameter::get(Context, "other", Type, defaulted)); in TEST_F()
2610 getBasicType("other"), defaulted)); in TEST_F()
2623 bool defaulted = false; in TEST_F() local
2627 DITemplateValueParameter::get(Context, Tag, Name, Type, defaulted, Value); in TEST_F()
2633 defaulted, Value)); in TEST_F()
2637 Type, defaulted, Value)); in TEST_F()
2639 defaulted, Value)); in TEST_F()
2641 getBasicType("other"), defaulted, in TEST_F()
2644 DITemplateValueParameter::get(Context, Tag, Name, Type, defaulted, in TEST_F()