Searched refs:EffectiveType (Results 1 – 1 of 1) sorted by relevance
15903 const Type *EffectiveType = in CheckArrayAccess() local15912 if (EffectiveType->isDependentType() || in CheckArrayAccess()15933 if (EffectiveType->isFunctionType()) in CheckArrayAccess()15939 EffectiveType->getCanonicalTypeInternal())); in CheckArrayAccess()15943 ASTC.getTypeSizeInCharsIfKnown(EffectiveType); in CheckArrayAccess()16021 if (BaseType != EffectiveType) { in CheckArrayAccess()16023 uint64_t ptrarith_typesize = Context.getTypeSize(EffectiveType); in CheckArrayAccess()