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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp84 static const clang::Type *TypeExportableHelper(
151 if (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
159 static const clang::Type *TypeExportableHelper( function in namespace:slang::__anon1296
238 if (!TypeExportableHelper(FT, SPS, DiagEngine, VD, TopLevelRecord)) {
281 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
298 (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
330 return TypeExportableHelper(T, SPS, DiagEngine, VD, NULL);

Completed in 42 milliseconds