Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDeleteCheck.cpp34 AST_MATCHER(CXXMethodDecl, isSpecialFunction) { in AST_MATCHER() argument
57 auto PrivateSpecialFn = cxxMethodDecl(isPrivate(), isSpecialFunction()); in registerMatchers()