Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp59 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anond759b8d20402()
60 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anond759b8d20402()
61 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anond759b8d20402()
63 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anond759b8d20402()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp81 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function
585 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp284 REGISTER_MATCHER(hasMethod); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2654 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument