Home | History | Annotate | Download | only in AST

Lines Matching defs:isPointerType

1682   bool isPointerType() const;
5749 isPointerType() ||
5766 inline bool Type::isPointerType() const {
5770 return isPointerType() || isObjCObjectPointerType();
6049 return (isPointerType() || isReferenceType() || isBlockPointerType() ||