Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp120 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anona83f9f9a0602()
121 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anona83f9f9a0602()
122 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anona83f9f9a0602()
124 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anona83f9f9a0602()
481 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation()
482 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation()
483 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation()
484 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp80 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function
583 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp330 REGISTER_MATCHER(hasMethod); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3356 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument