Searched defs:arrayType (Results 1 – 12 of 12) sorted by relevance
141 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
1752 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local
76 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
2199 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local2299 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
2077 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
630 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
3728 QualType *arrayType = nullptr, in emitArraySubscriptGEP()3903 QualType arrayType = Array->getType(); in EmitArraySubscriptExpr() local
5356 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local5361 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
1984 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
1036 const AstTypeMatcher<ArrayType> arrayType; variable
149 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local1433 } else if (const ArrayType *arrayType = in CheckSubElementType() local1877 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
5310 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local5340 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local