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

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 88 if (!RSExportType::NormalizeType(T, TypeName, &mDiagEngine, VD)) {
slang_rs_export_element.cpp 72 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(),
slang_rs_export_type.cpp 544 bool RSExportType::NormalizeType(const clang::Type *&T,
665 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
786 if (NormalizeType(T, TypeName, Context->getDiagnostics(), NULL)) {
    [all...]
slang_rs_export_type.h 120 // @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 103 milliseconds