Home
last modified time | relevance | path

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

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