Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp144 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl()) in checkContainerDeclVerbatimLine()
148 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0; in checkContainerDeclVerbatimLine()
862 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
940 bool Sema::isObjCInterfaceDecl() { in isObjCInterfaceDecl() function in clang::comments::Sema
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h219 bool isObjCInterfaceDecl();