reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5493 extern const AstTypeMatcher<VariableArrayType> variableArrayType;
522 REGISTER_MATCHER(variableArrayType);
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp 168 hasArgumentOfType(variableArrayType())))),
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp1229 EXPECT_TRUE(matches("void f(int b) { int a[b]; }", variableArrayType())); 1230 EXPECT_TRUE(notMatches("int a[] = {2, 3}; int b[42];", variableArrayType())); 1234 variableArrayType(hasSizeExpr(ignoringImpCasts(declRefExpr(to(