Home
last modified time | relevance | path

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

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