Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h223 bool isUnionDecl();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp157 DiagSelect = !isUnionDecl() ? 5 : 0; in checkContainerDeclVerbatimLine()
927 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
931 bool Sema::isUnionDecl() { in isUnionDecl() function in clang::comments::Sema