Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp138 bool SBType::IsArrayType() { in IsArrayType() function in SBType
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h384 virtual bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp53 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2878 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang