Home
last modified time | relevance | path

Searched refs:EffectiveType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp15903 const Type *EffectiveType = in CheckArrayAccess() local
15912 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()