Searched refs:isObjCMethodDecl (Results 1 – 4 of 4) sorted by relevance
215 bool isObjCMethodDecl();
105 DiagSelect = !isObjCMethodDecl() ? 2 : 0; in checkFunctionDeclVerbatimLine()796 bool Sema::isObjCMethodDecl() { in isObjCMethodDecl() function in clang::comments::Sema
2866 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()2867 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
1439 bool isObjCMethodDecl(Decl *D) { in isObjCMethodDecl() function