HomeSort by relevance Sort by last modified time
    Searched refs:NormalizeType (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/
slang_rs_export_element.cpp 84 if (!RSExportType::NormalizeType(T, TypeName, Context, NULL))
slang_rs_check_ast.cpp 195 if (!RSExportType::NormalizeType(T, TypeName, Context, VD)) {
slang_rs_export_type.cpp 623 bool RSExportType::NormalizeType(const clang::Type *&T,
730 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
851 if (NormalizeType(T, TypeName, Context, NULL)) {
    [all...]
slang_rs_export_type.h 199 // @T was normalized by calling RSExportType::NormalizeType().
229 static bool NormalizeType(const clang::Type *&T,
294 // @T was normalized by calling RSExportType::NormalizeType() before calling
320 // T is normalized by calling RSExportType::NormalizeType() before
377 // @PT was normalized by calling RSExportType::NormalizeType() before calling
410 // @EVT was normalized by calling RSExportType::NormalizeType() before
458 // @RT was normalized by calling RSExportType::NormalizeType() before
484 // @CAT was normalized by calling RSExportType::NormalizeType() before
564 // @RT was normalized by calling RSExportType::NormalizeType() before calling

Completed in 43 milliseconds