Home | History | Annotate | Download | only in AST

Lines Matching refs:getAsArrayTypeUnsafe

1918   const ArrayType *getAsArrayTypeUnsafe() const;
6059 while (const ArrayType *arrayType = type->getAsArrayTypeUnsafe())
6148 inline const ArrayType *Type::getAsArrayTypeUnsafe() const {