Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h210 bool isObjCMethodDecl();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp112 DiagSelect = !isObjCMethodDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0; in checkFunctionDeclVerbatimLine()
823 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h399 bool isObjCMethodDecl(Decl *D) { return isa_and_nonnull<ObjCMethodDecl>(D); } in isObjCMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3270 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3271 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()