Home | History | Annotate | Download | only in AST

Lines Matching refs:isUnionDecl

155       DiagSelect = !isUnionDecl() ? 5 : 0;
870 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||
874 bool Sema::isUnionDecl() {
892 !isUnionDecl();