Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:recordType

893   EXPECT_TRUE(internal::has_getDecl<RecordType>::value);
902 // FIXME: Add tests for other types with getDecl() (e.g. RecordType)
3933 EXPECT_TRUE(matches("class C{}; C c;", recordType()));
3935 recordType(hasDeclaration(recordDecl(hasName("S"))))));
3937 recordType(hasDeclaration(recordDecl(hasName("S"))))));
3981 elaboratedType(elaboratedType(namesType(recordType(