Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp374 clang::RecordDecl *UnionDecl, in ValidateVarDeclHelper() argument
392 if (!UnionDecl) { in ValidateVarDeclHelper()
396 ReportTypeError(&C.getDiagnostics(), VD, UnionDecl, in ValidateVarDeclHelper()
407 UnionDecl = RD; in ValidateVarDeclHelper()
439 if (!ValidateVarDeclHelper(VD, FT, SPS, true, UnionDecl, TargetAPI)) { in ValidateVarDeclHelper()
457 UnionDecl, TargetAPI); in ValidateVarDeclHelper()
464 return ValidateVarDeclHelper(VD, ElementType, SPS, true, UnionDecl, in ValidateVarDeclHelper()
472 return ValidateVarDeclHelper(VD, ElementType, SPS, true, UnionDecl, in ValidateVarDeclHelper()