Home
last modified time | relevance | path

Searched refs:InsertRecordDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp189 m_ast_builder.importer().InsertRecordDecl(record_decl, m_layout); in complete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h118 void InsertRecordDecl(clang::RecordDecl *decl, const LayoutInfo &layout);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp514 void ClangASTImporter::InsertRecordDecl(clang::RecordDecl *decl, in InsertRecordDecl() function in ClangASTImporter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1196 GetClangASTImporter().InsertRecordDecl(record_decl, layout_info); in CompleteTypeFromUDT()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp915 GetClangASTImporter().InsertRecordDecl( in ParseTypeFromDWARF()
2387 GetClangASTImporter().InsertRecordDecl(record_decl, layout_info); in CompleteTypeFromDWARF()