Searched defs:IsPointerType (Results 1 – 7 of 7) sorted by relevance
132 bool SBType::IsPointerType() { in IsPointerType() function in SBType
151 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
846 bool ValidationState_t::IsPointerType(uint32_t id) const { in IsPointerType() function in spvtools::val::ValidationState_t
921 bool ValidationState_t::IsPointerType(uint32_t id) const { in IsPointerType() function in spvtools::val::ValidationState_t
848 bool ValidationState_t::IsPointerType(uint32_t id) const { in IsPointerType() function in spvtools::val::ValidationState_t
1630 bool ValueObject::IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function in ValueObject
3150 bool TypeSystemClang::IsPointerType(lldb::opaque_compiler_type_t type, in IsPointerType() function in TypeSystemClang