Searched refs:CheckSubElementType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 260 void CheckSubElementType(const InitializedEntity &Entity, 1092 void InitListChecker::CheckSubElementType(const InitializedEntity &Entity, in CheckSubElementType() function in InitListChecker 1281 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckComplexType() 1480 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckVectorType() 1539 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckVectorType() 1552 CheckSubElementType(ElementEntity, IList, VecType, Index, in CheckVectorType() 1664 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckArrayType() 1803 CheckSubElementType(BaseEntity, IList, Base.getType(), Index, in CheckStructUnionTypes() 1879 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, in CheckStructUnionTypes() 1934 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, in CheckStructUnionTypes() [all …]
|