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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp446 // UnionDecl - set if we are in a sub-type of a union.
459 clang::RecordDecl *UnionDecl,
482 if (!UnionDecl) {
485 ReportTypeError(Context, nullptr, UnionDecl,
496 UnionDecl = RD;
528 if (!ValidateTypeHelper(Context, C, FT, ND, Loc, SPS, true, UnionDecl,
598 InCompositeType, UnionDecl, TargetAPI,
617 UnionDecl, TargetAPI, IsFilterscript, IsExtern);
624 UnionDecl, TargetAPI, IsFilterscript, IsExtern);
451 ValidateTypeHelper( slang::RSContext *Context, clang::ASTContext &C, const clang::Type *&T, clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument

Completed in 80 milliseconds