Searched refs:GetConstantArrayElementType (Results 1 – 2 of 2) sorted by relevance
200 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ConstantArrayTypeExportableHelper()597 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ValidateTypeHelper()1305 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()1366 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()
62 inline const clang::Type* GetConstantArrayElementType(const clang::ConstantArrayType *T) { in GetConstantArrayElementType() function