Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsArrayType

1221       if (MinWidth && (arrayType = getAsArrayType(T))) {
3962 const ArrayType *ASTContext::getAsArrayType(QualType T) const {
4052 // Get the element type with 'getAsArrayType' so that we don't lose any
4056 const ArrayType *PrettyArrayType = getAsArrayType(Ty);
7036 QualType LHSElem = getAsArrayType(LHS)->getElementType();
7037 QualType RHSElem = getAsArrayType(RHS)->getElementType();