Home | History | Annotate | Download | only in AST

Lines Matching refs:isArrayType

1478   bool isArrayType() const;
4677 return isArrayType() ||
4737 inline bool Type::isArrayType() const {
4926 return isFunctionType() || isArrayType();
4966 bool isArrayType = (llvm::is_same<T, ArrayType>::value ||