Searched refs:hasMethod (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 175 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anoneb3ed5790b02() 176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anoneb3ed5790b02() 177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anoneb3ed5790b02() 179 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anoneb3ed5790b02() 539 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation() 540 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation() 541 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation() 542 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 81 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function 570 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 339 REGISTER_MATCHER(hasMethod); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3433 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument
|