Searched refs:NormalizeType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp84 if (!RSExportType::NormalizeType(T, TypeName, Context, NULL))
H A Dslang_rs_check_ast.cpp195 if (!RSExportType::NormalizeType(T, TypeName, Context, VD)) {
H A Dslang_rs_export_type.cpp623 bool RSExportType::NormalizeType(const clang::Type *&T, function in class:slang::RSExportType
730 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
851 if (NormalizeType(T, TypeName, Context, NULL)) {
1080 if (RSExportType::NormalizeType(T, TypeName, Context, NULL)
H A Dslang_rs_export_type.h199 // @T was normalized by calling RSExportType::NormalizeType().
229 static bool NormalizeType(const clang::Type *&T,
294 // @T was normalized by calling RSExportType::NormalizeType() before calling
320 // T is normalized by calling RSExportType::NormalizeType() before
377 // @PT was normalized by calling RSExportType::NormalizeType() before calling
410 // @EVT was normalized by calling RSExportType::NormalizeType() before
458 // @RT was normalized by calling RSExportType::NormalizeType() before
484 // @CAT was normalized by calling RSExportType::NormalizeType() before
564 // @RT was normalized by calling RSExportType::NormalizeType() before calling

Completed in 201 milliseconds