Home | History | Annotate | Download | only in Symbol

Lines Matching defs:array_type

65             const ArrayType *array_type = dyn_cast<ArrayType>(qual_type.getTypePtr());
67 if (array_type)
68 return GetCompleteQualType (ast, array_type->getElementType(), allow_completion);