Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DNonTrivialTypesLibcMemoryCallsCheck.cpp89 auto IsStructPointer = [](Matcher<CXXRecordDecl> Constraint = anything(), in registerMatchers() local
102 hasArgument(0, IsStructPointer(RecordConstraint, true)), in registerMatchers()
116 ArgChecker(unless(isTriviallyCopyable()), IsStructPointer())) in registerMatchers()
123 IsStructPointer())) in registerMatchers()