Home | History | Annotate | Download | only in AST

Lines Matching defs:isObjCMethodDecl

112       DiagSelect = !isObjCMethodDecl() ? 3 : 0;
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0;
816 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl())
830 bool Sema::isObjCMethodDecl() {