Home
last modified time | relevance | path

Searched defs:isObjCMethodDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h407 bool isObjCMethodDecl(Decl *D) { return isa_and_nonnull<ObjCMethodDecl>(D); } in isObjCMethodDecl() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentSema.cpp821 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema