Home
last modified time | relevance | path

Searched refs:GetConstantArrayElementType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp202 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ConstantArrayTypeExportableHelper()
622 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ValidateTypeHelper()
1344 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()
1405 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()
Dslang_rs_export_type.h62 inline const clang::Type* GetConstantArrayElementType(const clang::ConstantArrayType *T) { in GetConstantArrayElementType() function