Home
last modified time | relevance | path

Searched defs:IsArrayType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp156 bool SBType::IsArrayType() { in IsArrayType() function in SBType
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h384 bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp52 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2818 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang