Searched refs:NormalizeType (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_element.cpp | 84 if (!RSExportType::NormalizeType(T, TypeName, Context, nullptr, in Create()
|
H A D | slang_rs_export_type.cpp | 682 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType() function in slang::RSExportType 800 if (NormalizeType(PT, PointeeName, nullptr, nullptr, in GetTypeName() 924 if (NormalizeType(T, TypeName, Context, VD, EK)) { in Create() 1154 if (RSExportType::NormalizeType(T, TypeName, Context, nullptr, in Create()
|
H A D | slang_rs_check_ast.cpp | 205 if (!RSExportType::NormalizeType(T, TypeName, Context, VD, in ValidateVarDecl()
|
H A D | slang_rs_export_type.h | 259 static bool NormalizeType(const clang::Type *&T,
|