Searched refs:NormalizeType (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 84 if (!RSExportType::NormalizeType(T, TypeName, Context, nullptr, in Create()
|
D | slang_rs_export_type.cpp | 678 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType() function in slang::RSExportType 796 if (NormalizeType(PT, PointeeName, nullptr, nullptr, in GetTypeName() 920 if (NormalizeType(T, TypeName, Context, VD, EK)) { in Create() 1150 if (RSExportType::NormalizeType(T, TypeName, Context, nullptr, in Create()
|
D | slang_rs_check_ast.cpp | 220 if (!RSExportType::NormalizeType(T, TypeName, Context, VD, in ValidateVarDecl()
|
D | slang_rs_export_type.h | 257 static bool NormalizeType(const clang::Type *&T,
|