Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h218 bool isUnionDecl();
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp157 DiagSelect = !isUnionDecl() ? 5 : 0; in checkContainerDeclVerbatimLine()
862 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
866 bool Sema::isUnionDecl() { in isUnionDecl() function in clang::comments::Sema