Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp144 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl()) in checkContainerDeclVerbatimLine()
148 if (!isObjCInterfaceDecl()) in checkContainerDeclVerbatimLine()
863 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
941 bool Sema::isObjCInterfaceDecl() { in isObjCInterfaceDecl() function in clang::comments::Sema
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h219 bool isObjCInterfaceDecl();