Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstantArrayType

1202       const ConstantArrayType *ConstantArrayArg =
1207 const ConstantArrayType *ConstantArrayParm =
1247 if (const ConstantArrayType *ConstantArrayArg
1248 = dyn_cast<ConstantArrayType>(ArrayArg)) {