Searched refs:hasMethod (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 115 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon78d823ce0602() 116 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon78d823ce0602() 117 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon78d823ce0602() 119 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon78d823ce0602() 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 207 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("->"), in isSmartPointerType() 209 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("*"), in isSmartPointerType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 80 bool hasMethod(const ObjCMethodDecl *MD) { in hasMethod() function 584 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod)) in markInvalidated()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 322 REGISTER_MATCHER(hasMethod); in RegistryMaps()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 3330 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument
|