Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h407 bool isObjCMethodDecl(Decl *D) { return isa_and_nonnull<ObjCMethodDecl>(D); } in isObjCMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3707 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3708 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()