Searched defs:arrayType (Results 1 – 14 of 14) sorted by relevance
138 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
1746 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local
74 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
2180 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local2276 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
1980 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
623 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
3663 QualType *arrayType = nullptr, in emitArraySubscriptGEP()3838 QualType arrayType = Array->getType(); in EmitArraySubscriptExpr() local
5401 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local5406 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
1917 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
1754 Expression changeArrayLiteralLength(UnionExp* pue, const ref Loc loc, TypeArray arrayType, Expressi… in changeArrayLiteralLength()
1018 const AstTypeMatcher<ArrayType> arrayType; variable
1780 UnionExp changeArrayLiteralLength(Loc loc, TypeArray *arrayType, in changeArrayLiteralLength()
139 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local1419 } else if (const ArrayType *arrayType = in CheckSubElementType() local1863 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
5032 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local