Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp175 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon2875c4430b02()
176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon2875c4430b02()
177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430b02()
179 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon2875c4430b02()
553 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation()
554 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation()
555 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation()
556 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp339 REGISTER_MATCHER(hasMethod); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3434 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument