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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  121   void InsertRecordDecl(clang::RecordDecl *decl, const LayoutInfo &layout);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1627           GetClangASTImporter().InsertRecordDecl(
 2161         GetClangASTImporter().InsertRecordDecl(record_decl, layout_info);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  234     m_ast_builder.importer().InsertRecordDecl(record_decl, m_layout);
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
 1210   GetClangASTImporter().InsertRecordDecl(record_decl, layout_info);