Searched refs:isUnionDecl (Results 1 – 2 of 2) sorted by relevance
218 bool isUnionDecl();
160 if (!isUnionDecl()) in checkContainerDeclVerbatimLine()863 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()867 bool Sema::isUnionDecl() { in isUnionDecl() function in clang::comments::Sema