Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DNonTrivialTypesLibcMemoryCallsCheck.cpp72 auto IsStructPointer = [](Matcher<CXXRecordDecl> Constraint = anything(), in registerMatchers() local
85 hasArgument(0, IsStructPointer(RecordConstraint, true)), in registerMatchers()
98 ArgChecker(unless(isTriviallyCopyable()), IsStructPointer())) in registerMatchers()
105 IsStructPointer())) in registerMatchers()