Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp327 typedef Union UnionType; typedef
332 { int arr[T(__is_union(UnionType))]; } in is_union()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp9846 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion() argument
9853 Initializer->setType(UnionType); in ConstructTransparentUnion()
9858 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion()
9859 EResult = new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType, in ConstructTransparentUnion()