Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsArrayType

1322       if (const ArrayType *arrayType = getAsArrayType(T)) {
4201 const ArrayType *ASTContext::getAsArrayType(QualType T) const {
4278 // Get the element type with 'getAsArrayType' so that we don't lose any
4282 const ArrayType *PrettyArrayType = getAsArrayType(Ty);
7208 QualType LHSElem = getAsArrayType(LHS)->getElementType();
7209 QualType RHSElem = getAsArrayType(RHS)->getElementType();