reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5964 extern const AstTypeMatcher<DecayedType> decayedType;
195 REGISTER_MATCHER(decayedType);
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp 48 hasType(decayedType(hasDecayedType(pointerType())))))))
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp2198 EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType())))))); 2199 EXPECT_TRUE(notMatches("int i[7];", decayedType()));