Searched refs:isSpecialFunction (Results 1 – 1 of 1) sorted by relevance
34 AST_MATCHER(CXXMethodDecl, isSpecialFunction) { in AST_MATCHER() argument57 auto PrivateSpecialFn = cxxMethodDecl(isPrivate(), isSpecialFunction()); in registerMatchers()