Home
last modified time | relevance | path

Searched refs:incompleteArrayType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1564 EXPECT_TRUE(matches("int a[] = { 2, 3 };", incompleteArrayType())); in TEST_P()
1565 EXPECT_TRUE(matches("void f(int a[]) {}", incompleteArrayType())); in TEST_P()
1568 incompleteArrayType())); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp384 REGISTER_MATCHER(incompleteArrayType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1041 const AstTypeMatcher<IncompleteArrayType> incompleteArrayType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6866 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;