Searched refs:TypeExportableHelper (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 180 static const clang::Type *TypeExportableHelper( 240 if (TypeExportableHelper(ElementType, SPS, Context, VD, in ConstantArrayTypeExportableHelper() 257 static const clang::Type *TypeExportableHelper( in TypeExportableHelper() function 327 if (!TypeExportableHelper(FT, SPS, Context, VD, TopLevelRecord, in TypeExportableHelper() 385 if (TypeExportableHelper(PointeeType, SPS, Context, VD, in TypeExportableHelper() 402 (TypeExportableHelper(ElementType, SPS, Context, VD, in TypeExportableHelper() 442 return TypeExportableHelper(T, SPS, Context, VD, nullptr, EK); in TypeExportable()
|