Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp70 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon7260055a0402()
71 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon7260055a0402()
72 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon7260055a0402()
74 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon7260055a0402()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIvarInvalidationChecker.cpp80 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function
584 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp291 REGISTER_MATCHER(hasMethod); in RegistryMaps()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h2873 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument