Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10481 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion() argument
10488 Initializer->setType(UnionType); in ConstructTransparentUnion()
10493 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion()
10494 EResult = new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType, in ConstructTransparentUnion()