Searched defs:arrayType (Results 1 – 12 of 12) sorted by relevance
142 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
1675 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local
76 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
2265 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local2365 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
634 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
2141 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
4018 QualType *arrayType = nullptr, in emitArraySubscriptGEP()4288 QualType arrayType = Array->getType(); in EmitArraySubscriptExpr() local
5317 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local5322 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
1975 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
1046 const AstTypeMatcher<ArrayType> arrayType; variable
160 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local1470 } else if (const ArrayType *arrayType = in CheckSubElementType() local1923 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
5319 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local5349 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local