Searched refs:getConstantArrayElementCount (Results 1 – 11 of 11) sorted by relevance
1151 unsigned ArrSize = getContext().getConstantArrayElementCount(CAT); in shouldInlineArrayConstruction()1190 unsigned Size = getContext().getConstantArrayElementCount(CAT); in shouldRepeatCtorCall()
633 Size = getContext().getConstantArrayElementCount(CAT); in handleConstructor()1211 getContext().getConstantArrayElementCount( in VisitLambdaExpr()
2586 Ctx.getConstantArrayElementCount(Ctx.getAsConstantArrayType(Ty)) == 0) in tryBindSmallStruct()
865 if (Context.getConstantArrayElementCount(CAT) == 0) in isZeroInitializable()
194 unsigned NumElts = Ctx.getConstantArrayElementCount(CAT); in visitArray()
1104 InitListElements *= getContext().getConstantArrayElementCount(CAT); in EmitNewArrayInitializer()
3685 for (int I = 0, N = Context.getConstantArrayElementCount(ATy); I < N; ++I) { in setUsedBits()
782 size_t ArrSize = B->Ctx.getConstantArrayElementCount(ConstantArrTy); in transformForValuePrinting()
451 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset()555 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects()
7425 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const { in getConstantArrayElementCount() function in ASTContext
2839 uint64_t getConstantArrayElementCount(const ConstantArrayType *CA) const;