Home
last modified time | relevance | path

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

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