Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/ !
H A DExprMutationAnalyzer.cpp175 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anoncfce23980b02()
176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anoncfce23980b02()
177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anoncfce23980b02()
179 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anoncfce23980b02()
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()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ !
H A DIvarInvalidationChecker.cpp81 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function
570 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ !
H A DRegistry.cpp339 REGISTER_MATCHER(hasMethod); in RegistryMaps()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/ !
H A DASTMatchers.h3434 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument