Lines Matching refs:fieldDecl
674 fieldDecl(hasType(dependentTemplateSpecializationType()))))))); in TEST_P()
708 varDecl(hasType(classTemplateSpecializationDecl(has(fieldDecl(hasType( in TEST_P()
1036 has(fieldDecl(hasType(dependentSizedArrayType()))))))); in TEST_P()
1634 has(classTemplateSpecializationDecl(has(fieldDecl(hasName("a")))))))); in TEST_P()
3162 FromTU, fieldDecl(hasName("x"))); in TEST_P()
3169 FromTU, fieldDecl(hasName("x"))); in TEST_P()
3178 FirstDeclMatcher<FieldDecl>().match(FromTU, fieldDecl(hasName("x"))); in TEST_P()
3245 FromTU, fieldDecl(hasName("x"))); in TEST_P()
3253 FromTU, fieldDecl(hasName("x"))); in TEST_P()
3321 FirstDeclMatcher<FieldDecl>().match(ToTU, fieldDecl(hasName("entry0"))); in TEST_P()
3323 FirstDeclMatcher<FieldDecl>().match(ToTU, fieldDecl(hasName("entry1"))); in TEST_P()
3328 R0, recordDecl(has(fieldDecl(hasName("next")))))); in TEST_P()
3330 R1, recordDecl(has(fieldDecl(hasName("next")))))); in TEST_P()
4958 ToTU, fieldDecl(hasName("V"), in TEST_P()
4963 ToTU, fieldDecl(hasName("V"), in TEST_P()
5221 fieldDecl(hasParent(cxxRecordDecl(hasParent(classTemplateDecl()))))); in TEST_P()
7274 auto *FromFD = FirstDeclMatcher<FieldDecl>().match(FromTU, fieldDecl()); in TEST_P()
7750 fieldDecl(hasName("X"), hasParent(classTemplateSpecializationDecl()))); in TEST_P()
7765 fieldDecl(hasName("X"), hasParent(classTemplateSpecializationDecl()))); in TEST_P()
7788 fieldDecl(hasName("X"), hasParent(classTemplateSpecializationDecl()))); in TEST_P()