Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp112 DiagSelect = !isObjCMethodDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0; in checkFunctionDeclVerbatimLine()
816 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl()) in isFunctionOrMethodVariadic()
830 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h216 bool isObjCMethodDecl();
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2876 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
2877 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1681 bool isObjCMethodDecl(Decl *D) { in isObjCMethodDecl() function