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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp72 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(),
H A Dslang_rs_check_ast.cpp199 if (!RSExportType::NormalizeType(T, TypeName, &mDiagEngine, VD)) {
H A Dslang_rs_export_type.cpp545 bool RSExportType::NormalizeType(const clang::Type *&T, function in class:slang::RSExportType
662 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
783 if (NormalizeType(T, TypeName, Context->getDiagnostics(), NULL)) {
1033 if (RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(), NULL)
H A Dslang_rs_export_type.h120 // @T was normalized by calling RSExportType::NormalizeType().
155 static bool NormalizeType(const clang::Type *&T,
258 // @T was normalized by calling RSExportType::NormalizeType() before calling
286 // T is normalized by calling RSExportType::NormalizeType() before
344 // @PT was normalized by calling RSExportType::NormalizeType() before calling
379 // @EVT was normalized by calling RSExportType::NormalizeType() before
430 // @RT was normalized by calling RSExportType::NormalizeType() before
459 // @CAT was normalized by calling RSExportType::NormalizeType() before
539 // @RT was normalized by calling RSExportType::NormalizeType() before calling

Completed in 52 milliseconds