Searched defs:isObjCMethodDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DCommentSema.cpp112 DiagSelect = !isObjCMethodDecl() ? 3 : 0;
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0;
816 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl())
830 bool Sema::isObjCMethodDecl() { function in class:clang::comments::Sema
/external/clang/include/clang/Sema/
H A DSema.h1658 bool isObjCMethodDecl(Decl *D) { function in class:clang::Sema

Completed in 131 milliseconds