Searched refs:getConstantArrayElementCount (Results 1 – 8 of 8) sorted by relevance
1098 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldInlineArrayConstruction()1121 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldRepeatCtorCall()
938 if (Context.getConstantArrayElementCount(CAT) == 0) in isZeroInitializable()
194 unsigned NumElts = Ctx.getConstantArrayElementCount(CAT); in visitArray()
1078 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
3391 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
451 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset()555 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects()
6894 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
2731 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;