Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp225 objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind), in checkASTCodeBody()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp521 REGISTER_MATCHER(objcMethodDecl); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp836 objcMethodDecl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1603 objcMethodDecl;
3725 /// matcher = objcMethodDecl(isClassMethod())
3741 /// matcher = objcMethodDecl(isInstanceMethod())
3951 /// objcMessageExpr(callee(objcMethodDecl(hasName("foo"))))
5024 /// the matcher objcMethodDecl(hasParameter(0, hasName("y")))
5260 /// the matcher objcMethodDecl(hasAnyParameter(hasName("y")))
8360 /// declStmt(forCallable(objcMethodDecl())) in AST_MATCHER_P()