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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp144 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl())
148 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0;
927 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||
1005 bool Sema::isObjCInterfaceDecl() { function in class:clang::comments::Sema
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h224 bool isObjCInterfaceDecl();

Completed in 107 milliseconds