Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h210 bool isObjCMethodDecl();
/openbsd/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp112 DiagSelect = !isObjCMethodDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0; in checkFunctionDeclVerbatimLine()
822 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp3695 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3696 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3080 bool isObjCMethodDecl(Decl *D) { in isObjCMethodDecl() function