Searched refs:isObjCProtocolDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentSema.h223 bool isObjCProtocolDecl();
/external/clang/lib/AST/
H A DCommentSema.cpp144 DiagSelect = !isObjCProtocolDecl() ? 3 : 0;
857 || isObjCInterfaceDecl() || isObjCProtocolDecl();
908 bool Sema::isObjCProtocolDecl() { function in class:clang::comments::Sema

Completed in 336 milliseconds