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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp73 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(),
H A Dslang_rs_export_type.cpp396 bool RSExportType::NormalizeType(const clang::Type *&T, function in class:slang::RSExportType
507 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
628 if (NormalizeType(T, TypeName, Context->getDiagnostics(), NULL))
872 if (RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(), NULL)
H A Dslang_rs_backend.cpp123 if (!RSExportType::NormalizeType(T, TypeName, &C.getDiagnostics(), VD)) {
H A Dslang_rs_export_type.h92 // @T was normalized by calling RSExportType::NormalizeType().
127 static bool NormalizeType(const clang::Type *&T,
223 // @T was normalized by calling RSExportType::NormalizeType() before calling
254 // T is normalized by calling RSExportType::NormalizeType() before
302 // @PT was normalized by calling RSExportType::NormalizeType() before calling
338 // @EVT was normalized by calling RSExportType::NormalizeType() before
383 // @RT was normalized by calling RSExportType::NormalizeType() before
412 // @CAT was normalized by calling RSExportType::NormalizeType() before
488 // @RT was normalized by calling RSExportType::NormalizeType() before calling

Completed in 98 milliseconds