Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h215 bool isObjCMethodDecl();
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp112 DiagSelect = !isObjCMethodDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0; in checkFunctionDeclVerbatimLine()
857 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3641 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3642 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2800 bool isObjCMethodDecl(Decl *D) { in isObjCMethodDecl() function