Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h210 bool isObjCMethodDecl();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp112 DiagSelect = !isObjCMethodDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0; in checkFunctionDeclVerbatimLine()
821 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3708 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3709 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3143 bool isObjCMethodDecl(Decl *D) { in isObjCMethodDecl() function