Searched refs:cxxMethodDecl (Results 1 – 4 of 4) sorted by relevance
60 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anond759b8d20402()63 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anond759b8d20402()206 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()233 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findDirectMutation()338 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
179 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
604 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
1129 cxxMethodDecl;3820 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()