Home
last modified time | relevance | path

Searched refs:variableArrayType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1572 EXPECT_TRUE(matches("void f(int b) { int a[b]; }", variableArrayType())); in TEST_P()
1573 EXPECT_TRUE(notMatches("int a[] = {2, 3}; int b[42];", variableArrayType())); in TEST_P()
1576 variableArrayType(hasSizeExpr(ignoringImpCasts( in TEST_P()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp219 hasArgumentOfType(variableArrayType())))), in isUnevaluated()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp592 REGISTER_MATCHER(variableArrayType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1042 const AstTypeMatcher<VariableArrayType> variableArrayType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6881 extern const AstTypeMatcher<VariableArrayType> variableArrayType;