Searched refs:GetConstantArrayElementType (Results 1 – 2 of 2) sorted by relevance
216 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ConstantArrayTypeExportableHelper()656 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ValidateTypeHelper()1388 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()1450 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()
63 inline const clang::Type* GetConstantArrayElementType(const clang::ConstantArrayType *T) { in GetConstantArrayElementType() function