Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp144 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl()) in checkContainerDeclVerbatimLine()
148 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0; in checkContainerDeclVerbatimLine()
927 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
1005 bool Sema::isObjCInterfaceDecl() { in isObjCInterfaceDecl() function in clang::comments::Sema
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h224 bool isObjCInterfaceDecl();