Searched refs:sizeOfExpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp283 REGISTER_MATCHER(sizeOfExpr);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1228 // sizeOfExpr()));
1232 EXPECT_TRUE(matches("void x() { int a = sizeof(a); }", sizeOfExpr(
1234 EXPECT_TRUE(notMatches("void x() { int a = sizeof(a); }", sizeOfExpr(
1238 sizeOfExpr(hasArgumentOfType(hasDeclaration(recordDecl(hasName("A")))))));
1239 EXPECT_TRUE(notMatches("void x() { int a = sizeof(a); }", sizeOfExpr(
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1472 inline internal::Matcher<Stmt> sizeOfExpr( function in namespace:clang::ast_matchers

Completed in 135 milliseconds