reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
   64   bool IsArrayType(CompilerType *element_type, uint64_t *size,

References

tools/lldb/source/API/SBType.cpp
  144   return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr,
tools/lldb/source/Core/ValueObject.cpp
  989       if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) {
 1695   return GetCompilerType().IsArrayType(nullptr, nullptr, nullptr);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
   88   if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2828                 if (member_clang_type.IsArrayType(
tools/lldb/source/Symbol/CompilerType.cpp
  251   if (IsArrayType(&element_type, nullptr, nullptr))
tools/lldb/source/Target/StackFrame.cpp
  878         } else if (valobj_sp->GetCompilerType().IsArrayType(