Lines Matching refs:sizeOfExpr
1175 // sizeOfExpr()));
1179 EXPECT_TRUE(matches("void x() { int a = sizeof(a); }", sizeOfExpr(
1181 EXPECT_TRUE(notMatches("void x() { int a = sizeof(a); }", sizeOfExpr(
1185 sizeOfExpr(hasArgumentOfType(hasDeclaration(recordDecl(hasName("A")))))));
1186 EXPECT_TRUE(notMatches("void x() { int a = sizeof(a); }", sizeOfExpr(