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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  261   CompilerType CreateRecordType(clang::DeclContext *decl_ctx,

References

tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   78       compiler_type = target_ast_context->CreateRecordType(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  130   CompilerType union_type(lldb_ctx->CreateRecordType(
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1550       clang_type = m_ast.CreateRecordType(
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  782       m_clang.CreateRecordType(context, access, uname.c_str(), ttk,
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  420       clang_type = m_ast.CreateRecordType(
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  420       CompilerType dispatch_tsd_indexes_s = ast_ctx->CreateRecordType(
tools/lldb/source/Symbol/ClangASTContext.cpp
 2201   type = CreateRecordType(nullptr, lldb::eAccessPublic, type_name.GetCString(),
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  239   CompilerType record_type = m_ast->CreateRecordType(
  251   CompilerType record_type = m_ast->CreateRecordType(
  324   CompilerType empty_base = m_ast->CreateRecordType(
  335   CompilerType non_empty_base = m_ast->CreateRecordType(
  351   CompilerType empty_derived = m_ast->CreateRecordType(
  374   CompilerType empty_derived2 = m_ast->CreateRecordType(