Home
last modified time | relevance | path

Searched refs:SetRecordLayout (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp242 importer.SetRecordLayout(source.record_decl, layout_info); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h119 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
H A DClangASTImporter.cpp548 void ClangASTImporter::SetRecordLayout(clang::RecordDecl *decl, in SetRecordLayout() function in ClangASTImporter
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp315 m_ast_builder.importer().SetRecordLayout(record_decl, m_layout); in complete()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1233 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteTypeFromUDT()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1792 GetClangASTImporter().SetRecordLayout(record_decl, layout); in ParseStructureLikeDIE()
2125 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteRecordType()