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_check_ast.cpp | 205 if (!RSExportType::NormalizeType(T, TypeName, Context, VD, in ValidateVarDecl()
|
D | slang_rs_export_type.cpp | 686 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType() function in slang::RSExportType 806 if (NormalizeType(PT, PointeeName, nullptr, nullptr, in GetTypeName() 930 if (NormalizeType(T, TypeName, Context, VD, EK)) { in Create() 1160 if (RSExportType::NormalizeType(T, TypeName, Context, nullptr, in Create()
|
D | slang_rs_export_type.h | 259 static bool NormalizeType(const clang::Type *&T,
|