Searched defs:arrayType (Results 1 – 11 of 11) sorted by relevance
142 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
1706 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local
76 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
2326 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local2426 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
637 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
2221 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
4061 QualType *arrayType = nullptr, in emitArraySubscriptGEP()4330 QualType arrayType = Array->getType(); in EmitArraySubscriptExpr() local
5324 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local5329 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
1984 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
163 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local1544 } else if (const ArrayType *arrayType = in CheckSubElementType() local2036 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
5316 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local5346 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local