Searched defs:IsArrayType (Results 1 – 4 of 4) sorted by relevance
156 bool SBType::IsArrayType() { in IsArrayType() function in SBType
384 bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
52 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType
2818 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang