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