Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp115 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 DStencil.cpp207 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("->"), in isSmartPointerType()
209 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("*"), in isSmartPointerType()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp322 REGISTER_MATCHER(hasMethod); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3330 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>, in AST_MATCHER_P() argument