Searched refs:UnionType (Results 1 – 2 of 2) sorted by relevance
9426 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion() argument9433 Initializer->setType(UnionType); in ConstructTransparentUnion()9438 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion()9439 EResult = new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType, in ConstructTransparentUnion()
4498 * testsuite/testsuite_tr1.h: Add UnionType; trivial formatting