Home
last modified time | relevance | path

Searched refs:alignOfExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp133 REGISTER_MATCHER(alignOfExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp561 notMatches("void x() { int a = sizeof(a); }", alignOfExpr(anything()))); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2970 inline internal::BindableMatcher<Stmt> alignOfExpr( in alignOfExpr() function