reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5493 extern const AstTypeMatcher<VariableArrayType> variableArrayType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  522   REGISTER_MATCHER(variableArrayType);
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  168                                       hasArgumentOfType(variableArrayType())))),
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1229   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(