Lines Matching defs:DestAT
4846 if (const ArrayType *DestAT = S.Context.getAsArrayType(DestType)) {
4857 if (isa<ConstantArrayType>(DestAT) &&
4873 if (!isa<VariableArrayType>(DestAT) &&
4874 IsStringInit(SubInit[0], DestAT, S.Context) == SIF_None) {
6544 const ArrayType *DestAT = Context.getAsArrayType(DestType);
6545 if (Initializer && isa<VariableArrayType>(DestAT)) {
6551 switch (IsStringInit(Initializer, DestAT, Context)) {
6577 if (Initializer && isa<ConstantArrayType>(DestAT) &&
6594 if (!hasCompatibleArrayTypes(S.Context, DestAT, SourceAT))
6614 else if (DestAT->getElementType()->isCharType())
6616 else if (IsWideCharCompatible(DestAT->getElementType(), Context))