Searched defs:IsPointerType (Results 1 – 4 of 4) sorted by relevance
131 bool SBType::IsPointerType() { in IsPointerType() function in SBType
157 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
382 virtual bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function
3257 bool TypeSystemClang::IsPointerType(lldb::opaque_compiler_type_t type, in IsPointerType() function in TypeSystemClang