Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h218 bool isUnionDecl();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp160 if (!isUnionDecl()) in checkContainerDeclVerbatimLine()
863 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
867 bool Sema::isUnionDecl() { in isUnionDecl() function in clang::comments::Sema