Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/AST/
H A DCommentSema.cpp828 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema
/aosp_15_r20/external/clang/include/clang/Sema/
H A DSema.h1795 bool isObjCMethodDecl(Decl *D) { in isObjCMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSema.h12030 bool isObjCMethodDecl(Decl *D) { return D && isa<ObjCMethodDecl>(D); } in isObjCMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSema.h3130 bool isObjCMethodDecl(Decl *D) { in isObjCMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DSema.h12261 bool isObjCMethodDecl(Decl *D) { return D && isa<ObjCMethodDecl>(D); } in isObjCMethodDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSema.h12261 bool isObjCMethodDecl(Decl *D) { return D && isa<ObjCMethodDecl>(D); } in isObjCMethodDecl() function