Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp60 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp179 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp604 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1129 cxxMethodDecl;
3820 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()