Home
last modified time | relevance | path

Searched refs:decayedType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProBoundsPointerArithmeticCheck.cpp47 hasType(decayedType(hasDecayedType(pointerType()))))))) in registerMatchers()
H A DProTypeVarargCheck.cpp145 anyOf(isVAList(), decayedType(hasOriginalType(isVAList())))))) in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp213 REGISTER_MATCHER(decayedType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1067 const AstTypeMatcher<DecayedType> decayedType; variable
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3508 valueDecl(hasType(decayedType(hasDecayedType(pointerType())))))); in TEST_P()
3509 EXPECT_TRUE(notMatches("int i[7];", decayedType())); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7380 extern const AstTypeMatcher<DecayedType> decayedType;