Searched defs:isObjCMethodDecl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | SemaObjC.h | 407 bool isObjCMethodDecl(Decl *D) { return isa_and_nonnull<ObjCMethodDecl>(D); } isObjCMethodDecl() function |
/llvm-project/clang/lib/AST/ | ||
H A D | CommentSema.cpp | 821 bool Sema::isObjCMethodDecl() { isObjCMethodDecl() function in clang::comments::Sema |