Home | History | Annotate | Download | only in AST

Lines Matching refs:ConstantArrayType

123         const ConstantArrayType *CAT =
124 cast<ConstantArrayType>(Ctx.getAsArrayType(Type));
239 void addArrayUnchecked(const ConstantArrayType *CAT) {
1061 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) {
2123 const ConstantArrayType *CAT =
2140 const ConstantArrayType *CAT =
2318 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType);
5039 if (const ConstantArrayType *CAT
5508 const ConstantArrayType *ArrayType =
5819 const ConstantArrayType *CAT =
5853 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(E->getType());
5931 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(Type)) {
6378 auto *CAT = cast<ConstantArrayType>(Ctx.getAsArrayType(BaseType));