Searched refs:isPointer (Results 1 – 6 of 6) sorted by relevance
28 bool isPointer() const override;
26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
52 virtual bool isPointer() const;
93 bool Type::isPointer() const { in isPointer() function in android::Type
34 const bool isPointer; // whether the variable 'name' is a pointer or not member
81 } else if (type.isPointer()) { in getAidlType()