Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsArrayType

478   } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
1437 if (const auto *AT = getASTContext().getAsArrayType(OriginalType))
1480 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) {
1481 // If there were any Quals, getAsArrayType() pushed them onto the array