Home | History | Annotate | Download | only in AST

Lines Matching refs:isUnion

4531     S += RDecl->isUnion() ? '(' : '{';
4551 if (!RDecl->isUnion()) {
4578 S += RDecl->isUnion() ? ')' : '}';
4733 assert(!RDecl->isUnion() && "Should not be called for unions");