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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  235   CompilerType CreateStructForIdentifier(

References

tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   78     m_block_struct_type = clang_ast_context->CreateStructForIdentifier(
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  248         CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier(
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  303     CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier(
tools/lldb/source/Symbol/ClangASTContext.cpp
 2222   return CreateStructForIdentifier(type_name, type_fields, packed);