Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp115 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon0c1b38f70602()
116 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon0c1b38f70602()
117 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon0c1b38f70602()
119 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon0c1b38f70602()
469 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation()
470 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation()
471 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation()
472 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp67 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("->"), in isSmartPointerType()
69 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("*"), in isSmartPointerType()
81 const auto HasOverloadedArrow = cxxRecordDecl(hasMethod(cxxMethodDecl( in isSmartDereference()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp80 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function
584 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp322 REGISTER_MATCHER(hasMethod); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3342 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument