Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsArrayTypeUnsafe

1919   const ArrayType *getAsArrayTypeUnsafe() const;
6000 while (const ArrayType *arrayType = type->getAsArrayTypeUnsafe())
6089 inline const ArrayType *Type::getAsArrayTypeUnsafe() const {