Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsArrayType

1289       if (const ArrayType *arrayType = getAsArrayType(T)) {
4109 const ArrayType *ASTContext::getAsArrayType(QualType T) const {
4186 // Get the element type with 'getAsArrayType' so that we don't lose any
4190 const ArrayType *PrettyArrayType = getAsArrayType(Ty);
7270 QualType LHSElem = getAsArrayType(LHS)->getElementType();
7271 QualType RHSElem = getAsArrayType(RHS)->getElementType();