Searched refs:hasMethod (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 231 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon2875c4430a02() 232 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon2875c4430a02() 233 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430a02() 235 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon2875c4430a02() 604 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation() 605 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation() 606 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation() 607 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 80 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function 569 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 342 REGISTER_MATCHER(hasMethod); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3527 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument
|