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

References

tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   78     m_block_struct_type = clang_ast_context->CreateStructForIdentifier(
   89     return m_block_struct_type.GetNumChildren(omit_empty_base_classes, nullptr);
   93     if (!m_block_struct_type.IsValid()) {
  119         m_block_struct_type.GetChildCompilerTypeAtIndex(
  127         m_backend.Cast(m_block_struct_type.GetPointerType());
  155     if (!m_block_struct_type.IsValid())
  159     return m_block_struct_type.GetIndexOfChildWithName(name.AsCString(),