Searched defs:UnionType (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp218 typedef Union UnionType; typedef
223 { int arr[T(__is_union(UnionType))]; }
/external/clang/lib/Sema/
H A DSemaExpr.cpp5821 ExprResult &EResult, QualType UnionType,
5828 Initializer->setType(UnionType);
5833 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType);
5835 new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType,
5820 ConstructTransparentUnion(Sema &S, ASTContext &C, ExprResult &EResult, QualType UnionType, FieldDecl *Field) argument

Completed in 98 milliseconds