Home
last modified time | relevance | path

Searched refs:GetCanonicalType (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.h37 inline const clang::Type* GetCanonicalType(const clang::Type* T) { in GetCanonicalType() function
44 inline const clang::Type* GetCanonicalType(clang::QualType QT) { in GetCanonicalType() function
45 return GetCanonicalType(QT.getTypePtr()); in GetCanonicalType()
52 return GetCanonicalType(T->getElementType()); in GetExtVectorElementType()
59 return GetCanonicalType(T->getPointeeType()); in GetPointeeType()
66 return GetCanonicalType(T->getElementType()); in GetConstantArrayElementType()
Dslang_rs_export_type.cpp250 if ((T = GetCanonicalType(T)) == nullptr) in TypeExportableHelper()
311 FT = GetCanonicalType(FT); in TypeExportableHelper()
420 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl()
463 if ((T = GetCanonicalType(T)) == nullptr) in ValidateTypeHelper()
526 FT = GetCanonicalType(FT); in ValidateTypeHelper()
714 T = GetCanonicalType(T); in GetTypeName()
972 T = GetCanonicalType(T); in GetRSSpecificType()
Dslang_rs_export_element.cpp133 const clang::Type* CT = GetCanonicalType(T); in CreateFromDecl()