Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsArrayTypeUnsafe

1710   const ArrayType *getAsArrayTypeUnsafe() const;
5166 while (const ArrayType *arrayType = type->getAsArrayTypeUnsafe())
5216 inline const ArrayType *Type::getAsArrayTypeUnsafe() const {