Searched defs:arrayType (Results 1 – 10 of 10) sorted by relevance
75 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
2003 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local2098 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
1889 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
610 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
5139 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local5144 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
1875 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
808 const AstTypeMatcher<ArrayType> arrayType; variable
137 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local1295 } else if (const ArrayType *arrayType = in CheckSubElementType() local1691 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
4699 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local
1599 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local