Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h225 bool isObjCProtocolDecl();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp151 DiagSelect = !isObjCProtocolDecl() ? 3 : 0; in checkContainerDeclVerbatimLine()
928 isObjCProtocolDecl(); in isRecordLikeDecl()
1014 bool Sema::isObjCProtocolDecl() { in isObjCProtocolDecl() function in clang::comments::Sema